diff options
author | Brad King <brad.king@kitware.com> | 2014-10-08 20:34:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 20:43:27 (GMT) |
commit | 6db59302d07f985b9e50f8bd01a1cb7db807bd67 (patch) | |
tree | 8785c41746e7a0a5691ca9bfcfa98470128bdbed /Utilities/cmcurl/lib | |
parent | 80c881f7938969dab169f4fc4fbf8bc3d4355fc2 (diff) | |
download | CMake-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.c | 4 |
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. */ |