diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-02-18 00:12:03 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-02-18 00:12:03 -0800 |
commit | 39a817d31fe40d6d4704453562154ffdc64d3408 (patch) | |
tree | 0ffb393b6ee4adc5b4795f43bb67b99f7a2086b9 /pcap-linux.c | |
parent | 9c946d4d8061763d608534af6e155d1319785f8a (diff) |
Get rid of an unused variable.
Diffstat (limited to 'pcap-linux.c')
-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 |