summaryrefslogtreecommitdiff
path: root/isisd/isis_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_misc.c')
-rw-r--r--isisd/isis_misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_misc.c b/isisd/isis_misc.c
index c872774da8..e8888a5f5b 100644
--- a/isisd/isis_misc.c
+++ b/isisd/isis_misc.c
@@ -609,8 +609,6 @@ void vty_out_timestr(struct vty *vty, time_t uptime)
difftime -= uptime;
tm = gmtime(&difftime);
-#define ONE_DAY_SECOND 60*60*24
-#define ONE_WEEK_SECOND 60*60*24*7
if (difftime < ONE_DAY_SECOND)
vty_out(vty, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min,
tm->tm_sec);