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/pim_cmd.c | |
parent | b5c15a0bd697c198c45ededf3225475f6c7ef578 (diff) | |
download | quagga-c125451617595a4b72d527f2c77f01037107cf0b.tar.bz2 quagga-c125451617595a4b72d527f2c77f01037107cf0b.tar.xz |
[pim] clean-up
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r-- | pimd/pim_cmd.c | 1 |
1 files changed, 0 insertions, 1 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); |