diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-07-24 23:01:29 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-07-24 23:01:29 +0200 |
commit | 29cb1b24d1821d548534d88024885073da15b671 (patch) | |
tree | db86bed77a2e55a138e4f925233ee82373bce195 /zebra/zserv.c | |
parent | Merge pull request #2665 from chiragshah6/evpn_dev (diff) | |
download | frr-29cb1b24d1821d548534d88024885073da15b671.tar.xz frr-29cb1b24d1821d548534d88024885073da15b671.zip |
zebra: remove unused var in zserv.c
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r-- | zebra/zserv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 4c90757d7..725cc9229 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); |