diff options
Diffstat (limited to 'ripngd/ripngd.c')
| -rw-r--r-- | ripngd/ripngd.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index 13a874a4..a8277fe2 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -1927,15 +1927,12 @@ ripng_event (enum ripng_event event, int sock)  static void  ripng_vty_out_uptime (struct vty *vty, struct ripng_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); | 
