Skip to content

Commit 3f23f07

Browse files
bachradsusijwcart2
authored andcommitted
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 <[email protected]> Acked-by: James Carter <[email protected]>
1 parent c14a86a commit 3f23f07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libsepol/cil/src/cil_build_ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4619,7 +4619,6 @@ int cil_gen_genfscon(struct cil_db *db, struct cil_tree_node *parse_current, str
46194619
} else {
46204620
cil_log(CIL_ERR, "Invalid file type \"%s\"\n", file_type);
46214621
}
4622-
rc = SEPOL_ERR;
46234622
goto exit;
46244623
}
46254624
context_node = parse_current->next->next->next->next;

0 commit comments

Comments
 (0)