X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/0662fb409ad7eaf528861cad55708f6fb227aabc..7be747499ef4ce5760fd6acf84c987466072f376:/pcap-null.c diff --git a/pcap-null.c b/pcap-null.c index f7e5cfbd..92a5e2d8 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -36,15 +36,6 @@ pcap_create_interface(const char *device _U_, char *ebuf) return (NULL); } -int -get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_) -{ - /* - * There are no interfaces, so this will never be called. - */ - return (0); -} - int pcap_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf) {