commit | e3bcfc148588e409685479f3d20ba3d66ae30035 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Oct 14 13:14:38 2017 +0100 |
committer | John Johansen <john.johansen@canonical.com> | Tue Nov 21 02:17:13 2017 -0800 |
tree | c0ad64c052051ff1e99dcfd7c1eb0ff90190c0fe | |
parent | 954317fef2ee789af55f82903dbc574905250f7c [diff] |
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>