aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-07-03 01:20:38 -0700
committerGuy Harris <gharris@sonic.net>2020-07-03 01:20:38 -0700
commitd889564216eb4e1fdae4cb4dff687f0dd51e11f3 (patch)
tree86aa6ef65f73ee37f2ac80031ae2f81bb2d3c457 /pcap-int.h
parent549ddd4ac9127bc6835074f3fb1a8c16ca3475b9 (diff)
Remove test code.
The code that should have given a warning wasn't compiled in AppVeyor, because we were building libpcap on its own rather than as part of a WinPcap or Npcap build. [skip ci]
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pcap-int.h b/pcap-int.h
index 4302ac36..f612913e 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -483,16 +483,6 @@ void pcap_cleanup_live_common(pcap_t *);
int pcap_check_activated(pcap_t *);
void pcap_breakloop_common(pcap_t *);
-#ifdef _WIN32
-/*
- * XXX - TEMPORARY TO FIGURE OUT WHY WE'RE NOT GETTING WARNINGS ABOUT
- * ASSIGNMENT OF A POINTER TO CONST CHAR VALUE TO A POINTER TO CHAR
- * VARIABLE.
- */
-LPCSTR PacketGetLPCSTR(void);
-const char *PacketGetConstCharStar(void);
-#endif
-
/*
* Internal interfaces for "pcap_findalldevs()".
*