aboutsummaryrefslogtreecommitdiff
path: root/src/test/testing_common.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-02 11:11:21 -0400
committerNick Mathewson <nickm@torproject.org>2018-11-05 09:22:02 -0500
commitcfe5b35edb38cef6312ef0b4ae44fb0e20342706 (patch)
tree7a4d37f58a5ecd05255efcd138bc34271dc8df9f /src/test/testing_common.c
parent05b54f6a6a24ebdb47de4f7e41cf94f2f6be93bd (diff)
downloadtor-cfe5b35edb38cef6312ef0b4ae44fb0e20342706.tar.gz
tor-cfe5b35edb38cef6312ef0b4ae44fb0e20342706.zip
Move networking startup/cleanup logic into a subsystem.
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r--src/test/testing_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c
index eef393d3a8..818bb58c9a 100644
--- a/src/test/testing_common.c
+++ b/src/test/testing_common.c
@@ -257,8 +257,6 @@ main(int c, const char **v)
options = options_new();
tor_compress_init();
- network_init();
-
monotime_init();
struct tor_libevent_cfg cfg;