diff options
Diffstat (limited to 'pcap-null.c')
-rw-r--r-- | pcap-null.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pcap-null.c b/pcap-null.c index f7e5cfbd..92a5e2d8 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -37,15 +37,6 @@ pcap_create_interface(const char *device _U_, char *ebuf) } 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) { /* |