]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: remove unused var in zserv.c 2714/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 24 Jul 2018 21:01:29 +0000 (21:01 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 24 Jul 2018 21:01:29 +0000 (21:01 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zserv.c

index 4c90757d70489e02ac6c42d0cb60fc8685c8b5f1..725cc9229c8e16e551b718870495742a56692841 100644 (file)
@@ -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);