aboutsummaryrefslogtreecommitdiff
path: root/src/core/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/timer.c')
-rw-r--r--src/core/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/timer.c b/src/core/timer.c
index 085a297a..b6be0b52 100644
--- a/src/core/timer.c
+++ b/src/core/timer.c
@@ -135,7 +135,6 @@ nni_timer_loop(void *arg)
{
nni_timer *timer = arg;
nni_time now;
- nni_time expire;
nni_timer_node *node;
for (;;) {