On Tue, Jan 25, 2022 at 6:15 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > 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 <cgzones@xxxxxxxxxxxxxx> Reviewed-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> > --- > security/selinux/ss/policydb.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/security/selinux/ss/policydb.c b/security/selinux/ss/policydb.c > index 67e03f6e8966..d036e1238e77 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", > -- > 2.34.1 > -- Thanks, ~Nick Desaulniers