Drop detection logic for pre-1.3 busted libevents

This won't actually break them any worse than they were broken before:
it just removes a set of warnings that nobody was actually seeing, I
hope.

Closes 6826
This commit is contained in:
Nick Mathewson
2013-01-16 14:31:01 -05:00
parent 65e6e68981
commit b30d06255c
2 changed files with 7 additions and 42 deletions
+5
View File
@@ -0,0 +1,5 @@
o Removed features:
- Drop support for detecting and warning about versions of Libevent
before 1.3e. Nothing reasonable ships with them any longer;
warning the user about them shouldn't be needed. Resolves ticket
6826.