diff options
-rw-r--r-- | pcap-linux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 8d9ce9be..e8170ba9 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -3214,7 +3214,6 @@ init_tpacket(pcap_t *handle, int version, const char *version_str) static int prepare_tpacket_socket(pcap_t *handle) { - struct pcap_linux *handlep = handle->priv; int ret; #ifdef HAVE_TPACKET3 |