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>
This commit is contained in:
Guy Harris 2014-11-04 17:53:17 -08:00
parent 78492d9dd2
commit 6f3fc0ee7e
1 changed files with 0 additions and 1 deletions

View File

@ -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) {