From a0ff0a992dbcd1ed9d67e96d895555671db977d9 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 21 Sep 2017 12:24:05 +0200 Subject: eth-multiplexer: Remove unused function. * eth-multiplexer/vdev.c (has_vdev): Drop function. * eth-multiplexer/vdev.h (has_vdev): Drop declaration. --- eth-multiplexer/vdev.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'eth-multiplexer/vdev.c') 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 -- cgit v1.2.3