diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-06-29 10:48:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-06-29 10:48:37 +0200 |
commit | ac55568b38bd1ebac80cbd8d511213a56593b9ab (patch) | |
tree | b942b3a08d14363ec5d9919fb8b0ebb9ddf12b85 /src/lib/ndpi_main.c | |
parent | f19937c8c9fd4e1c21988f523d9e78b954f6fcc8 (diff) |
Removed ht_hash as it is not used anymore.remove/ht_hash
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index ff4b0cb5d..05741ebf4 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -47,7 +47,6 @@ #include "ndpi_content_match.c.inc" #include "third_party/include/ndpi_patricia.h" -#include "third_party/include/ht_hash.h" #include "third_party/include/ndpi_md5.h" /* stun.c */ |