On Tue, Jan 25, 2022 at 9: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> > --- > security/selinux/ss/policydb.c | 2 -- > 1 file changed, 2 deletions(-) Merged into selinux/next, thanks Christian. This macro definition predates the move to git so there is no quick answer to "why is this here?", but my best guess is that it is an artifact of a developer "disabling" the DEBUG_HASHES macro by adding an underscore to the front. Regardless of the reason behind it, I agree it should be removed. -- paul-moore.com