Commit 08162e6a23d476544adfe1164afe9ea8b34ab859

Authored by Dan Carpenter
Committed by James Morris
1 parent 561381a146

Yama: remove an unused variable

GCC complains that we don't use "one" any more after 389da25f93 "Yama:
add additional ptrace scopes".

security/yama/yama_lsm.c:322:12: warning: ?one? defined but not used
	[-Wunused-variable]

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: James Morris <james.l.morris@oracle.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

security/yama/yama_lsm.c
... ... @@ -319,7 +319,6 @@
319 319 }
320 320  
321 321 static int zero;
322   -static int one = 1;
323 322 static int max_scope = YAMA_SCOPE_NO_ATTACH;
324 323  
325 324 struct ctl_path yama_sysctl_path[] = {