commit | 5d56c2679d3fff113c76bd8bd7846628a2e46f04 | [log] [tgz] |
---|---|---|
author | James Carter <jwcart2@tycho.nsa.gov> | Tue Jan 31 13:47:48 2017 -0500 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Fri Feb 03 14:02:32 2017 -0500 |
tree | 4d94aaefd4d628b766803918b79600d3da3694de | |
parent | 8adbd615c19cfa0fd5e9b857e5ffcbfd263af82d [diff] |
checkpolicy: Remove uneeded return check in require_symbol() Since symtab_insert() no longer returns -2 in the case of a declaration of an identifier followed by a require of the same symbol, remove the uneeded check. Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>