diff options
author | Jakub Urbańczyk <xthaid@gmail.com> | 2020-08-25 17:31:07 +0200 |
---|---|---|
committer | Jakub Urbańczyk <xthaid@gmail.com> | 2020-08-25 17:31:07 +0200 |
commit | 4efd721d1e7545f7e2c7440f795cc2b00cc91142 (patch) | |
tree | 55cecb60f569e6c738bc965ac149b80b09d822de /zebra/zserv.h | |
parent | Merge pull request #6938 from opensourcerouting/bgp-instance-shutdown (diff) | |
download | frr-4efd721d1e7545f7e2c7440f795cc2b00cc91142.tar.xz frr-4efd721d1e7545f7e2c7440f795cc2b00cc91142.zip |
zebra: remove fuzzing stuff
The fuzzing code that is in the master branch is outdated and unused, so it
is worth to remove it to improve readablity of the code.
All the code related to the fuzzing is in the `fuzz` branch.
Signed-off-by: Jakub Urbańczyk <xthaid@gmail.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 54e840cd5..c60799b8b 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -375,10 +375,6 @@ extern void zserv_close_client(struct zserv *client); void zserv_log_message(const char *errmsg, struct stream *msg, struct zmsghdr *hdr); -#if defined(HANDLE_ZAPI_FUZZING) -extern void zserv_read_file(char *input); -#endif - /* TODO */ __attribute__((__noreturn__)) int zebra_finalize(struct thread *event); |