summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-08 20:34:06 (GMT)
committerBrad King <brad.king@kitware.com>2014-10-29 20:43:27 (GMT)
commit6db59302d07f985b9e50f8bd01a1cb7db807bd67 (patch)
tree8785c41746e7a0a5691ca9bfcfa98470128bdbed /Utilities/cmcurl/lib
parent80c881f7938969dab169f4fc4fbf8bc3d4355fc2 (diff)
downloadCMake-6db59302d07f985b9e50f8bd01a1cb7db807bd67.zip
CMake-6db59302d07f985b9e50f8bd01a1cb7db807bd67.tar.gz
CMake-6db59302d07f985b9e50f8bd01a1cb7db807bd67.tar.bz2
curl: Remove unused SIZEOF_LONG_DOUBLE
Re-apply change from commit v2.8.2~537 (cmcurl: Remove unused SIZEOF_LONG_DOUBLE, 2009-12-17) on updated upstream curl.
Diffstat (limited to 'Utilities/cmcurl/lib')
-rw-r--r--Utilities/cmcurl/lib/mprintf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Utilities/cmcurl/lib/mprintf.c b/Utilities/cmcurl/lib/mprintf.c
index 23070a7..7412dc3 100644
--- a/Utilities/cmcurl/lib/mprintf.c
+++ b/Utilities/cmcurl/lib/mprintf.c
@@ -47,10 +47,6 @@
/* The last #include file should be: */
#include "memdebug.h"
-#ifndef SIZEOF_LONG_DOUBLE
-#define SIZEOF_LONG_DOUBLE 0
-#endif
-
/*
* If SIZEOF_SIZE_T has not been defined, default to the size of long.
*/