summaryrefslogtreecommitdiff
path: root/src/lib/cc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-03 10:28:10 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-03 10:28:10 -0400
commit4638be5312f527e4769317b2b222faa52bbe0093 (patch)
treef44d1049a7981e72a55b92074ebc5ba7221f2434 /src/lib/cc
parentc75215c23ad9e3a3142ce65a06a6231425f0e30e (diff)
downloadtor-4638be5312f527e4769317b2b222faa52bbe0093.tar.gz
tor-4638be5312f527e4769317b2b222faa52bbe0093.zip
Use the standard SHRT_MAX name.
Diffstat (limited to 'src/lib/cc')
-rw-r--r--src/lib/cc/torint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/cc/torint.h b/src/lib/cc/torint.h
index e633722ba1..91db25833b 100644
--- a/src/lib/cc/torint.h
+++ b/src/lib/cc/torint.h
@@ -95,10 +95,6 @@ typedef int32_t ssize_t;
#endif /* (SIZEOF_SIZE_T == 4) || ... */
#endif /* !defined(SIZE_MAX) */
-#ifndef SHORT_MAX
-#define SHORT_MAX SHRT_MAX
-#endif
-
#ifdef _WIN32
# ifdef _WIN64
# define TOR_PRIuSZ PRIu64