Remove redundant declarations of MIN

Apparently somewhere along the line we decided that MIN might be
missing.

But we already defined it (if it was missing) in compat.h, which
everybody includes.

Closes ticket 18889.
This commit is contained in:
Nick Mathewson
2016-04-25 15:28:58 -04:00
parent 26db1b65b9
commit bff53aabce
4 changed files with 2 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
o Code simplification and refactoring:
- Remove redundant declarations of the MIN macro. Closes ticket 18889.