Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4a8db367 authored by Colin Ian King's avatar Colin Ian King Committed by John Johansen
Browse files

apparmor: remove useless static inline function is_deleted


The inlined function is_deleted is redundant, it is not called at all
from any function in security/apparmor/file.c and so it can be removed.

Cleans up clang scan build warning:
security/apparmor/file.c:153:20: warning: unused function
'is_deleted' [-Wunused-function]

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 2bc73505
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment