diff options
author | Marcel Raad <raad@teamviewer.com> | 2017-04-25 08:36:13 +0200 |
---|---|---|
committer | Marcel Raad <raad@teamviewer.com> | 2017-04-26 10:01:53 +0200 |
commit | b85142164228abe15d6ca20a244ffb849c700e6c (patch) | |
tree | d502a7a9fb8d72fdbc09630c970ef7dc9d2cb852 /lib/mprintf.c | |
parent | 55c3c02e59d1daf31ec2097f93b8139ddb3fdeb6 (diff) | |
download | curl-b85142164228abe15d6ca20a244ffb849c700e6c.tar.gz |
lib: remove unused code
This fixes the following clang warnings:
macro is not used [-Wunused-macros]
will never be executed [-Wunreachable-code]
Closes https://github.com/curl/curl/pull/1448
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index 6b7d317f8..6d4e733f0 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -42,10 +42,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. */ |