diff options
| author | paco <paco@voltanet.io> | 2018-06-18 17:12:27 +0200 |
|---|---|---|
| committer | paco <paco@voltanet.io> | 2018-06-18 17:23:38 +0200 |
| commit | 029a775e43416d2dbe4ea2806cdc77dc6018beeb (patch) | |
| tree | 300fff97709dc0ce010d8d03ece22eba615c00b1 /lib/sigevent.c | |
| parent | 6389e663e9b8971d5afa75d6afa18f5152c6de1b (diff) | |
eigrpd, lib, vtysh: unused vars (cppcheck)
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'lib/sigevent.c')
| -rw-r--r-- | lib/sigevent.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sigevent.c b/lib/sigevent.c index d299760fab..59eaa80370 100644 --- a/lib/sigevent.c +++ b/lib/sigevent.c @@ -119,8 +119,6 @@ int quagga_sigevent_process(void) int quagga_signal_timer(struct thread *t) { struct quagga_sigevent_master_t *sigm; - struct quagga_signal_t *sig; - int i; sigm = THREAD_ARG(t); sigm->t = NULL; |
