From 1082a234fe86e604f3a1cd7cbdb36f9cbfe1e107 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 13 Nov 2016 17:31:05 +0100 Subject: bittorrent: fix unused variable 'no_bittorrent' [-Wunused-variable] --- src/lib/protocols/bittorrent.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib/protocols/bittorrent.c b/src/lib/protocols/bittorrent.c index 0eebe07ee..084f80be7 100644 --- a/src/lib/protocols/bittorrent.c +++ b/src/lib/protocols/bittorrent.c @@ -385,7 +385,6 @@ static void ndpi_int_search_bittorrent_tcp(struct ndpi_detection_module_struct * void ndpi_search_bittorrent(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { struct ndpi_packet_struct *packet = &flow->packet; - int no_bittorrent = 0; char *bt_proto = NULL; /* This is broadcast */ -- cgit v1.2.3