aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-04 17:53:17 -0800
committerGuy Harris <guy@alum.mit.edu>2014-11-05 01:54:06 +0000
commit6f3fc0ee7e83660222ff709c59d61f910d73379f (patch)
treed14ac784acc1ad1f083497fb61b0934a3fd4dee5 /caputils
parent78492d9dd21e3567a12f210ab4b3c79a66feea65 (diff)
Get rid of unused variable.
Leftover crud before I notied that RTLD_NEXT would do what I want. Change-Id: I5e510e74c65b211e6cc6c300e760869abb399dc8 Reviewed-on: https://code.wireshark.org/review/5121 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/capture-pcap-util-unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/caputils/capture-pcap-util-unix.c b/caputils/capture-pcap-util-unix.c
index 33047317d5..fa1fc0901f 100644
--- a/caputils/capture-pcap-util-unix.c
+++ b/caputils/capture-pcap-util-unix.c
@@ -366,7 +366,6 @@ request_high_resolution_timestamp(pcap_t *pcap_h)
* and if we find the pointer, call it.
*/
static gboolean initialized = FALSE;
- static void *libpcap_handle;
static int (*p_pcap_set_tstamp_precision)(pcap_t *, int);
if (!initialized) {