summaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-05-31 03:13:40 -0700
committerGuy Harris <gharris@sonic.net>2020-05-31 03:13:40 -0700
commitf87b39e9b6fed60e28c7df050a5dfeb2f6f22abb (patch)
tree0e0372dcc451cc5a17d0f1e42ce524db871a3c49 /pcap.c
parent35bfb718dc84ff9beac6bb3e0c9c817a12dee3f8 (diff)
downloadlibpcap-f87b39e9b6fed60e28c7df050a5dfeb2f6f22abb.tar.gz
Don't introduce pcap_handle() unless a need for it is demonstrated.
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pcap.c b/pcap.c
index 173ec7ab..9dc16cff 100644
--- a/pcap.c
+++ b/pcap.c
@@ -3467,12 +3467,6 @@ pcap_file(pcap_t *p)
}
#ifdef _WIN32
-HANDLE
-pcap_handle(pcap_t *p)
-{
- return (p->handle);
-}
-
int
pcap_fileno(pcap_t *p)
{