selinux: drop unused macro
authorChristian Göttsche <cgzones@googlemail.com>
Tue, 25 Jan 2022 14:14:19 +0000 (15:14 +0100)
committerPaul Moore <paul@paul-moore.com>
Wed, 26 Jan 2022 21:17:18 +0000 (16:17 -0500)
commitb5e68162f859132af419af479bdb96e2ae18fa2b
tree66e804f075ef2b1738a5b44eabd0df881dca8ef1
parentb084e189b01a7614d3098aca4f2381a759460d88
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 <cgzones@googlemail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/policydb.c