diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-25 15:28:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-25 15:28:58 -0400 |
commit | bff53aabce531d7786a7ce2d4dee818770d8d0cd (patch) | |
tree | 50862e68aac0ea92beddd291a0606a61044dcfc3 /changes | |
parent | 26db1b65b92270953a6fa9e79697773fe2b73235 (diff) | |
download | tor-bff53aabce531d7786a7ce2d4dee818770d8d0cd.tar.gz tor-bff53aabce531d7786a7ce2d4dee818770d8d0cd.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18889 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug18889 b/changes/bug18889 new file mode 100644 index 0000000000..45b09921d6 --- /dev/null +++ b/changes/bug18889 @@ -0,0 +1,2 @@ + o Code simplification and refactoring: + - Remove redundant declarations of the MIN macro. Closes ticket 18889. |