Skip to content

Commit

Permalink
test: remove unused fuzz mock (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Nov 29, 2024
1 parent a07bc3e commit ef29e79
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 120 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ set(SRCS
md5.c
mem.c
mock/dnssrv.c
mock/fuzz.c
mock/nat.c
mock/pf.c
mock/sipsrv.c
Expand Down
110 changes: 0 additions & 110 deletions test/mock/fuzz.c

This file was deleted.

9 changes: 0 additions & 9 deletions test/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,6 @@ int sip_server_uri(struct sip_server *srv, char *uri, size_t sz,
enum sip_transp tp);


/*
* Packet fuzzing
*/

struct fuzz;

int fuzz_register_tcpconn(struct fuzz **fuzzp, struct tcp_conn *tc);


/*
* Mock DNS-Server
*/
Expand Down

0 comments on commit ef29e79

Please sign in to comment.