diff options
author | Qingping Hou <dave2008713@gmail.com> | 2014-02-04 19:40:55 -0500 |
---|---|---|
committer | Qingping Hou <dave2008713@gmail.com> | 2014-02-06 16:13:55 -0500 |
commit | 0fbe7f31883787df9c6fe91a3869e5f3f6a2befe (patch) | |
tree | da097907254dcbe8d67cf472d5dbf7910cb0e923 /src/test/include.am | |
parent | bf66ff915aa3b97922c3313542ed2f2f554d9c57 (diff) | |
download | tor-0fbe7f31883787df9c6fe91a3869e5f3f6a2befe.tar.gz tor-0fbe7f31883787df9c6fe91a3869e5f3f6a2befe.zip |
remove node_describe_by_id() function
This function is not used anymore
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 9f6c3e0d5b..aa6a872af5 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -39,7 +39,6 @@ src_test_test_SOURCES = \ src/test/test_util.c \ src/test/test_config.c \ src/test/test_hs.c \ - src/test/test_router.c \ src/ext/tinytest.c src_test_test_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) |