diff options
author | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 16:41:39 +0100 |
---|---|---|
committer | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 16:41:39 +0100 |
commit | 92c769f206d407024cec677b838e67e64769249e (patch) | |
tree | 7db608368f85f72638498d709aa6a55bd2ce5145 /src/lib/ndpi_utils.c | |
parent | 343ee0c9b6f5421f5a7b2e17429bcd52c6fa6950 (diff) |
Solve remaining warnings
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 933d5634c..72c7ba207 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -50,8 +50,6 @@ #define NDPI_CONST_GENERIC_PROTOCOL_NAME "GenericProtocol" -static int _ndpi_debug_callbacks = 0; - // #define MATCH_DEBUG 1 /* implementation of the punycode check function */ |