diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-23 10:27:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-23 10:27:01 -0400 |
commit | c366e1fa322625fa96a9c7114bb63a002d016e27 (patch) | |
tree | 21e4ad32e8c9364befd3b73b9621d94c8c5a5deb /src/or/config.c | |
parent | 9b6e57290fad73d968d12398c018f16b345f2c23 (diff) | |
parent | 517e0f965bfafdcd798ccac7419e5c7da921dcd7 (diff) | |
download | tor-c366e1fa322625fa96a9c7114bb63a002d016e27.tar.gz tor-c366e1fa322625fa96a9c7114bb63a002d016e27.zip |
Merge remote-tracking branch 'public/remove_old_libevent_autoconf_stuff'
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/or/config.c b/src/or/config.c index 8888358fd8..10304482e8 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -6748,7 +6748,6 @@ get_num_cpus(const or_options_t *options) static void init_libevent(const or_options_t *options) { - const char *badness=NULL; tor_libevent_cfg cfg; tor_assert(options); @@ -6769,17 +6768,6 @@ init_libevent(const or_options_t *options) tor_libevent_initialize(&cfg); suppress_libevent_log_msg(NULL); - - tor_check_libevent_version(tor_libevent_get_method(), - server_mode(get_options()), - &badness); - if (badness) { - const char *v = tor_libevent_get_version_str(); - const char *m = tor_libevent_get_method(); - control_event_general_status(LOG_WARN, - "BAD_LIBEVENT VERSION=%s METHOD=%s BADNESS=%s RECOVERED=NO", - v, m, badness); - } } /** Return a newly allocated string holding a filename relative to the data |