diff options
author | Toni <matzeton@googlemail.com> | 2021-06-29 15:32:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 15:32:48 +0200 |
commit | 8222ac5bdc5f9bb1ea1e2fcdd5733cd3241aa617 (patch) | |
tree | 2cb66704b65cbbe411f60ea219fb3d605d8f56df /src/lib/ndpi_utils.c | |
parent | 1c2a0c36f130baa5eac1548d97da8553510849b3 (diff) |
Removed ht_hash as it is not used anymore. (#1220)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 dddec3299..9814733f7 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -47,8 +47,6 @@ #endif #include "third_party/include/ndpi_patricia.h" -#include "third_party/include/ht_hash.h" - #include "third_party/include/libinjection.h" #include "third_party/include/libinjection_sqli.h" #include "third_party/include/libinjection_xss.h" |