mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-23 06:22:15 +00:00
Remove redundant if-clause
Signed-off-by: Unto Sten <sten.unto@gmail.com>
This commit is contained in:
parent
163d5b456d
commit
6062c45b1d
@ -69,9 +69,6 @@ int read_source_policy(policydb_t * p, const char *file, const char *progname)
|
||||
}
|
||||
queue_destroy(id_queue);
|
||||
|
||||
if (policydb_errors)
|
||||
return -1;
|
||||
|
||||
fclose(yyin);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user