diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-09-11 15:05:40 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-02 10:44:32 -0300 |
commit | c125451617595a4b72d527f2c77f01037107cf0b (patch) | |
tree | 411e31b8958411dab5f65ce13138b9b5037a0355 /pimd | |
parent | b5c15a0bd697c198c45ededf3225475f6c7ef578 (diff) | |
download | quagga-c125451617595a4b72d527f2c77f01037107cf0b.tar.bz2 quagga-c125451617595a4b72d527f2c77f01037107cf0b.tar.xz |
[pim] clean-up
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); |