summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/mprintf.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-17 20:15:53 (GMT)
committerBrad King <brad.king@kitware.com>2009-12-17 20:15:53 (GMT)
commit5d4a07462de80fea0242e0e983543a13b0d04410 (patch)
treeccf985561c9afab938c87f88e7091e41c250577a /Utilities/cmcurl/mprintf.c
parent11e6b513c2d642628e047369773188b0d485c581 (diff)
downloadCMake-5d4a07462de80fea0242e0e983543a13b0d04410.zip
CMake-5d4a07462de80fea0242e0e983543a13b0d04410.tar.gz
CMake-5d4a07462de80fea0242e0e983543a13b0d04410.tar.bz2
cmcurl: Remove unused SIZEOF_LONG_DOUBLE
Diffstat (limited to 'Utilities/cmcurl/mprintf.c')
-rw-r--r--Utilities/cmcurl/mprintf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Utilities/cmcurl/mprintf.c b/Utilities/cmcurl/mprintf.c
index 6103953..8b2f3d0 100644
--- a/Utilities/cmcurl/mprintf.c
+++ b/Utilities/cmcurl/mprintf.c
@@ -44,10 +44,6 @@
#include <curl/mprintf.h>
-#ifndef SIZEOF_LONG_DOUBLE
-#define SIZEOF_LONG_DOUBLE 0
-#endif
-
#ifndef SIZEOF_SIZE_T
/* default to 4 bytes for size_t unless defined in the config.h */
#define SIZEOF_SIZE_T 4