caputils: remove unneeded check.

Change-Id: Ie24598ac8f6dde4fe23e7f9ffe8dcf91e593a4cc
Reviewed-on: https://code.wireshark.org/review/35106
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-11-16 14:11:37 +01:00 committed by Anders Broman
parent 81b97d04a9
commit 356814ae9a
1 changed files with 1 additions and 1 deletions

View File

@ -1259,7 +1259,7 @@ get_if_capabilities_pcap_create(interface_options *interface_opts,
pcap_t *
open_capture_device_pcap_create(
#if defined(HAVE_PCAP_SET_TSTAMP_PRECISION) || defined (HAVE_PCAP_SET_TSTAMP_TYPE)
#if defined(HAVE_PCAP_SET_TSTAMP_PRECISION)
capture_options* capture_opts,
#else
capture_options* capture_opts _U_,