diff options
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index ab7919bc..0f8c1049 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2919,8 +2919,6 @@ pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) static int pcap_setdirection_linux(pcap_t *handle, pcap_direction_t d) { - struct pcap_linux *handlep = handle->priv; - handle->direction = d; return 0; } |