From: Christian Göttsche Date: Tue, 25 Jan 2022 14:14:19 +0000 (+0100) Subject: selinux: drop unused macro X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5e68162f859132af419af479bdb96e2ae18fa2b;p=linux.git selinux: drop unused macro The macro _DEBUG_HASHES is nowhere used. The configuration DEBUG_HASHES enables debugging of the SELinux hash tables, but the with an underscore prefixed macro definition has no direct impact or any documentation. Reported by clang [-Wunused-macros] Signed-off-by: Christian Göttsche Reviewed-by: Nick Desaulniers Signed-off-by: Paul Moore --- diff --git a/security/selinux/ss/policydb.c b/security/selinux/ss/policydb.c index 67e03f6e89667..d036e1238e771 100644 --- a/security/selinux/ss/policydb.c +++ b/security/selinux/ss/policydb.c @@ -41,8 +41,6 @@ #include "mls.h" #include "services.h" -#define _DEBUG_HASHES - #ifdef DEBUG_HASHES static const char *symtab_name[SYM_NUM] = { "common prefixes",