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
This commit is contained in:
Marcel Raad 2017-04-25 08:36:13 +02:00
parent 55c3c02e59
commit b851421642
No known key found for this signature in database
GPG key ID: B7F13D981BBF1607
5 changed files with 5 additions and 12 deletions

View file

@ -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.
*/