aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-25 15:28:58 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-25 15:28:58 -0400
commitbff53aabce531d7786a7ce2d4dee818770d8d0cd (patch)
tree50862e68aac0ea92beddd291a0606a61044dcfc3 /changes
parent26db1b65b92270953a6fa9e79697773fe2b73235 (diff)
downloadtor-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/bug188892
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.