diff options
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/pim_cmd.c | 1 | ||||
-rw-r--r-- | pimd/pim_iface.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 140812c2..5b47f3bb 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -1086,7 +1086,6 @@ static void igmp_show_querier(struct vty *vty) { struct listnode *node; struct interface *ifp; - time_t now = pim_time_monotonic_sec(); vty_out(vty, "Interface Address Querier StartCount Query-Timer Other-Timer%s", VTY_NEWLINE); diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index bc99aafb..cfdb8eb1 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -110,8 +110,6 @@ void pim_if_init(void); struct pim_interface *pim_if_new(struct interface *ifp, int igmp, int pim); void pim_if_delete(struct interface *ifp); -int pim_if_igmp_listen(struct vty *vty, - struct interface *ifp); void pim_if_addr_add(struct connected *ifc); void pim_if_addr_del(struct connected *ifc); void pim_if_addr_add_all(struct interface *ifp); |