summary refs log tree commit diff stats
path: root/net/tap-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-stub.c')
-rw-r--r--net/tap-stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tap-stub.c b/net/tap-stub.c
index 4b24f61e3a..38673434cb 100644
--- a/net/tap-stub.c
+++ b/net/tap-stub.c
@@ -52,11 +52,6 @@ int tap_probe_has_uso(int fd)
     return 0;
 }
 
-int tap_probe_vnet_hdr_len(int fd, int len)
-{
-    return 0;
-}
-
 void tap_fd_set_vnet_hdr_len(int fd, int len)
 {
 }