From 29cb1b24d1821d548534d88024885073da15b671 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 24 Jul 2018 21:01:29 +0000 Subject: [PATCH] zebra: remove unused var in zserv.c Signed-off-by: Quentin Young --- zebra/zserv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra/zserv.c b/zebra/zserv.c index 4c90757d70..725cc9229c 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -1024,7 +1024,6 @@ DEFUN (show_zebra_client_summary, void zserv_read_file(char *input) { int fd; - struct zserv *client = NULL; struct thread t; fd = open(input, O_RDONLY | O_NONBLOCK); -- 2.39.5