diff options
Diffstat (limited to 'eth-multiplexer/vdev.c')
-rw-r--r-- | eth-multiplexer/vdev.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/eth-multiplexer/vdev.c b/eth-multiplexer/vdev.c index 9a1f7b2e..d6a17fb3 100644 --- a/eth-multiplexer/vdev.c +++ b/eth-multiplexer/vdev.c @@ -194,13 +194,6 @@ destroy_vdev (void *port) destroy_filters (&vdev->port_list); } -/* Test if there are devices existing in the list */ -int -has_vdev () -{ - return dev_head != NULL; -} - /* Broadcast the packet to all virtual interfaces * except the one the packet is from */ int |