libsepol: Drop unused assignment

Fixes:
cil/src/cil_build_ast.c:4622:4: warning[deadcode.DeadStores]: Value stored to 'rc' is never read

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
Petr Lautrbach 2022-06-07 13:55:57 +02:00 committed by James Carter
parent c14a86af9a
commit 3f23f07f01

View file

@ -4619,7 +4619,6 @@ int cil_gen_genfscon(struct cil_db *db, struct cil_tree_node *parse_current, str
} else {
cil_log(CIL_ERR, "Invalid file type \"%s\"\n", file_type);
}
rc = SEPOL_ERR;
goto exit;
}
context_node = parse_current->next->next->next->next;