diff options
author | Brad King <brad.king@kitware.com> | 2009-12-17 20:15:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-17 20:15:53 (GMT) |
commit | 5d4a07462de80fea0242e0e983543a13b0d04410 (patch) | |
tree | ccf985561c9afab938c87f88e7091e41c250577a /Utilities/cmcurl/mprintf.c | |
parent | 11e6b513c2d642628e047369773188b0d485c581 (diff) | |
download | CMake-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.c | 4 |
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 |