]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
interfaces: remove spurious #ifdef directive
authorVincent Bernat <vincent@bernat.im>
Fri, 25 Sep 2015 09:38:52 +0000 (11:38 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 25 Sep 2015 09:38:52 +0000 (11:38 +0200)
src/daemon/interfaces-linux.c

index c92d40d6339bec96766a914cc0d78182bfe3026b..8ac58c15d06fd9155c857e21a56a5acf9b47c3b0 100644 (file)
@@ -111,7 +111,6 @@ static struct lldpd_ops eth_ops = {
        .cleanup = iflinux_eth_close,
 };
 
-#ifdef ENABLE_OLDIES
 static int
 iflinux_is_bridge(struct lldpd *cfg,
     struct interfaces_device_list *interfaces,