Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avcstat.c:206]: (style) Redundant condition #20

Closed
dcb314 opened this issue Jul 29, 2016 · 1 comment
Closed

avcstat.c:206]: (style) Redundant condition #20

dcb314 opened this issue Jul 29, 2016 · 1 comment
Assignees

Comments

@dcb314
Copy link

dcb314 commented Jul 29, 2016

avcstat.c:206]: (style) Redundant condition: !cumulative. 'cumulative || (!cumulative && !i)' is equivalent to 'cumulative || !i'

Source code is

   if (cumulative || (!cumulative && !i))
@stephensmalley
Copy link
Member

Yes, want to send a patch to selinux AT tycho.nsa.gov?

@stephensmalley stephensmalley self-assigned this Nov 29, 2016
stephensmalley added a commit that referenced this issue Nov 29, 2016
dcb314 reported this via #20

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants