summaryrefslogtreecommitdiff
path: root/ripd/ripd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/ripd.c')
-rw-r--r--ripd/ripd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index fb5b1777..7c463d50 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -3378,15 +3378,12 @@ DEFUN (no_rip_distance_source_access_list,
static void
rip_vty_out_uptime (struct vty *vty, struct rip_info *rinfo)
{
- struct timeval timer_now;
time_t clock;
struct tm *tm;
#define TIME_BUF 25
char timebuf [TIME_BUF];
struct thread *thread;
- gettimeofday (&timer_now, NULL);
-
if ((thread = rinfo->t_timeout) != NULL)
{
clock = thread_timer_remain_second (thread);