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:
parent
c14a86af9a
commit
3f23f07f01
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue