diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-31 03:13:40 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-31 03:13:40 -0700 |
commit | f87b39e9b6fed60e28c7df050a5dfeb2f6f22abb (patch) | |
tree | 0e0372dcc451cc5a17d0f1e42ce524db871a3c49 /pcap.c | |
parent | 35bfb718dc84ff9beac6bb3e0c9c817a12dee3f8 (diff) |
Don't introduce pcap_handle() unless a need for it is demonstrated.
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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) { |