[pim] clean-up
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 140812c..5b47f3b 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -1086,7 +1086,6 @@
 {
   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 bc99aaf..cfdb8eb 100644
--- a/pimd/pim_iface.h
+++ b/pimd/pim_iface.h
@@ -110,8 +110,6 @@
 
 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);