Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove unused packet-filter mock #1227

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ set(SRCS
mem.c
mock/dnssrv.c
mock/nat.c
mock/pf.c
mock/sipsrv.c
mock/stunsrv.c
mock/tcpsrv.c
Expand Down
107 changes: 0 additions & 107 deletions test/mock/pf.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 @@ -408,15 +408,6 @@ const char *test_datapath(void);
*/


struct pf {
struct udp_helper *uh;
struct udp_sock *us;
char name[16];
};

int pf_create(struct pf **pfp, struct udp_sock *us, const char *name);


struct stunserver {
struct udp_sock *us;
struct tcp_sock *ts;
Expand Down
Loading