summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index cded6ea12b..4c8656af0d 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -1294,17 +1294,6 @@ DEFUN (show_zebra_client_summary,
return CMD_SUCCESS;
}
-#if defined(HANDLE_ZAPI_FUZZING)
-void zserv_read_file(char *input)
-{
- int fd;
-
- fd = open(input, O_RDONLY | O_NONBLOCK);
-
- zserv_client_create(fd);
-}
-#endif
-
void zserv_init(void)
{
/* Client list init. */