tor/changes/bug18889
Nick Mathewson bff53aabce 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.
2016-04-25 15:28:58 -04:00

3 lines
116 B
Plaintext

o Code simplification and refactoring:
- Remove redundant declarations of the MIN macro. Closes ticket 18889.