aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 36fab8954b..05e32d71cf 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -4134,9 +4134,6 @@ check_libevent_version(const char *m, int server)
v,m);
badness = "SLOW";
}
- /* XXXX012 if libevent 1.3b comes out before 0.1.2.x, and it works,
- * recomment an upgrade to everybody on BSD or OSX or anywhere with
- * that flavor of pthreads. */
if (badness) {
control_event_general_status(LOG_WARN,
"BAD_LIBEVENT VERSION=%s METHOD=%s BADNESS=%s RECOVERED=NO",