]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3e27c2741737071efc2d8974fe745be74cf45ab
tree66e804f075ef2b1738a5b44eabd0df881dca8ef1
parent943fedac5cbb53dd0ed0a42e7838f3070484ecfd
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