diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2022-01-25 15:14:19 +0100 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2022-01-26 16:17:18 -0500 |
commit | b5e68162f859132af419af479bdb96e2ae18fa2b (patch) | |
tree | 66e804f075ef2b1738a5b44eabd0df881dca8ef1 /security/selinux | |
parent | b084e189b01a7614d3098aca4f2381a759460d88 (diff) | |
download | linux-b5e68162f859132af419af479bdb96e2ae18fa2b.tar.gz linux-b5e68162f859132af419af479bdb96e2ae18fa2b.tar.bz2 linux-b5e68162f859132af419af479bdb96e2ae18fa2b.zip |
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>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/ss/policydb.c | 2 |
1 files changed, 0 insertions, 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", |