diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
| commit | ca9263880a8db50d302773b9ba8e2887a1ffeded (patch) | |
| tree | 3c8095fa7c5fd22fb807707c3960b27702d8e7fd /src/core/timer.c | |
| parent | 3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff) | |
| download | nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2 nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip | |
Various cleanups of unused bits.
Diffstat (limited to 'src/core/timer.c')
| -rw-r--r-- | src/core/timer.c | 1 |
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 (;;) { |
