diff options
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nest/iface.c b/nest/iface.c index fc896e26..fc63dc75 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -386,15 +386,6 @@ if_end_update(void) } } -void -if_flush_ifaces(struct proto *p) -{ - if (p->debug & D_EVENTS) - log(L_TRACE "%s: Flushing interfaces", p->name); - if_start_update(); - if_end_update(); -} - /** * if_feed_baby - advertise interfaces to a new protocol * @p: protocol to feed |