From 5d6800f6bd4b5427008742d95cf469d80ebe42a3 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Tue, 13 Oct 2020 08:12:57 -0400 Subject: [PATCH] Update src/iosource/pcap/pcap.bif Co-authored-by: Jon Siwek --- src/iosource/pcap/pcap.bif | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iosource/pcap/pcap.bif b/src/iosource/pcap/pcap.bif index 382a059961..089c77779b 100644 --- a/src/iosource/pcap/pcap.bif +++ b/src/iosource/pcap/pcap.bif @@ -116,8 +116,6 @@ function findalldevs%(%): Pcap::Interfaces static auto ifaces_type = id::find_type("Pcap::Interfaces"); auto pcap_interfaces = make_intrusive(ifaces_type); - int i=0; - RecordVal *r; static auto iface_type = id::find_type("Pcap::Interface"); for ( d=alldevs; d; d=d->next ) {