From 49f7fe8462d6201dca3bcd12d7ecf8094d44cc10 Mon Sep 17 00:00:00 2001 From: "Mario J. Rugiero" Date: Wed, 16 Oct 2019 03:12:14 -0300 Subject: Remove dead stores. --- pcap-linux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pcap-linux.c') diff --git a/pcap-linux.c b/pcap-linux.c index 4c43301a..600af4aa 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2981,8 +2981,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; } -- cgit v1.2.3