]> git.baikalelectronics.ru Git - kernel.git/commit
apparmor: remove unused redundant variable stop
authorColin Ian King <colin.king@canonical.com>
Sat, 14 Oct 2017 12:14:38 +0000 (13:14 +0100)
committerJohn Johansen <john.johansen@canonical.com>
Tue, 21 Nov 2017 10:17:13 +0000 (02:17 -0800)
commite3bcfc148588e409685479f3d20ba3d66ae30035
treec0ad64c052051ff1e99dcfd7c1eb0ff90190c0fe
parent954317fef2ee789af55f82903dbc574905250f7c
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 <colin.king@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/lib.c