Skip to content

Commit

Permalink
test: remove dns-server.c as it is not used anywhere (libuv#3313)
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen authored Oct 9, 2021
1 parent 80373e8 commit c852be4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 343 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ if(LIBUV_BUILD_TESTS)
test/benchmark-thread.c
test/benchmark-udp-pummel.c
test/blackhole-server.c
test/dns-server.c
test/echo-server.c
test/run-benchmarks.c
test/runner.c)
Expand Down
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ endif

test_run_tests_LDFLAGS =
test_run_tests_SOURCES = test/blackhole-server.c \
test/dns-server.c \
test/echo-server.c \
test/run-tests.c \
test/runner.c \
Expand Down
1 change: 0 additions & 1 deletion test/benchmark-list.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ HELPER_DECLARE (tcp_pump_server)
HELPER_DECLARE (pipe_pump_server)
HELPER_DECLARE (tcp4_echo_server)
HELPER_DECLARE (pipe_echo_server)
HELPER_DECLARE (dns_server)

TASK_LIST_START
BENCHMARK_ENTRY (sizes)
Expand Down
340 changes: 0 additions & 340 deletions test/dns-server.c

This file was deleted.

0 comments on commit c852be4

Please sign in to comment.