diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index b8dc08aab..ad07d0f86 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -7528,12 +7528,6 @@ static void ndpi_reconcile_protocols(struct ndpi_detection_module_struct *ndpi_s /* ********************************************************************************* */ -u_int32_t ip_port_hash_funct(u_int32_t ip, u_int16_t port) { - return(ip + 3 * port); -} - -/* ********************************************************************************* */ - /* #define BITTORRENT_CACHE_DEBUG */ int search_into_bittorrent_cache(struct ndpi_detection_module_struct *ndpi_struct, |