Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apparmor: remove unused redundant variable stop
The boolean variable 'stop' is being set but never read. This is a redundant variable and can be removed. Cleans up clang warning: Value stored to 'stop' is never read Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: John Johansen <[email protected]>
- Loading branch information