aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2014-02-04 19:40:55 -0500
committerQingping Hou <dave2008713@gmail.com>2014-02-06 16:13:55 -0500
commit0fbe7f31883787df9c6fe91a3869e5f3f6a2befe (patch)
treeda097907254dcbe8d67cf472d5dbf7910cb0e923 /src/test/test.c
parentbf66ff915aa3b97922c3313542ed2f2f554d9c57 (diff)
downloadtor-0fbe7f31883787df9c6fe91a3869e5f3f6a2befe.tar.gz
tor-0fbe7f31883787df9c6fe91a3869e5f3f6a2befe.zip
remove node_describe_by_id() function
This function is not used anymore
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 8b2a5ad67d..3f8e9c64f1 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1626,7 +1626,6 @@ extern struct testcase_t controller_event_tests[];
extern struct testcase_t logging_tests[];
extern struct testcase_t backtrace_tests[];
extern struct testcase_t hs_tests[];
-extern struct testcase_t router_tests[];
static struct testgroup_t testgroups[] = {
{ "", test_array },
@@ -1651,7 +1650,6 @@ static struct testgroup_t testgroups[] = {
{ "extorport/", extorport_tests },
{ "control/", controller_event_tests },
{ "hs/", hs_tests },
- { "router/", router_tests },
END_OF_GROUPS
};