From 6f3fc0ee7e83660222ff709c59d61f910d73379f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 4 Nov 2014 17:53:17 -0800 Subject: 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 --- caputils/capture-pcap-util-unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'caputils') 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) { -- cgit v1.2.1