diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-02 11:11:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-05 09:22:02 -0500 |
commit | cfe5b35edb38cef6312ef0b4ae44fb0e20342706 (patch) | |
tree | 7a4d37f58a5ecd05255efcd138bc34271dc8df9f /src/test/testing_common.c | |
parent | 05b54f6a6a24ebdb47de4f7e41cf94f2f6be93bd (diff) | |
download | tor-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.c | 2 |
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; |