aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap.c b/pcap.c
index c7e4501c..037d3c14 100644
--- a/pcap.c
+++ b/pcap.c
@@ -3941,8 +3941,6 @@ PCAP_API void pcap_set_parser_debug(int value);
PCAP_API_DEF void
pcap_set_parser_debug(int value)
{
- extern int pcap_debug;
-
pcap_debug = value;
}
#endif