diff options
author | phk <phk@FreeBSD.org> | 2003-05-31 19:55:32 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-05-31 19:55:32 +0000 |
commit | d511c7fef45a64fdff6903bdb1963d96989dd6ae (patch) | |
tree | fdc10944cd5bb56c017c16373c7985b8c020259a /sys/security | |
parent | 9bba923f2e3e4a4a2918fcf3e5e5df9c9c338a9f (diff) | |
download | FreeBSD-src-d511c7fef45a64fdff6903bdb1963d96989dd6ae.zip FreeBSD-src-d511c7fef45a64fdff6903bdb1963d96989dd6ae.tar.gz |
Remove double return()
Found by: FlexeLint
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/mac_lomac/mac_lomac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index d211cf7..ef87654 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -240,8 +240,6 @@ mac_lomac_auxsingle_in_range(struct mac_lomac *single, struct mac_lomac *range) &single->ml_auxsingle) && mac_lomac_dominate_element(&single->ml_auxsingle, &range->ml_rangelow)); - - return (1); } static int |