From b85142164228abe15d6ca20a244ffb849c700e6c Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 25 Apr 2017 08:36:13 +0200 Subject: 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 --- lib/formdata.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/formdata.c') diff --git a/lib/formdata.c b/lib/formdata.c index 2a934344e..90fbd1143 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -54,9 +54,6 @@ static char *formboundary(struct Curl_easy *data); extensions. */ #define HTTPPOST_CONTENTTYPE_DEFAULT "application/octet-stream" -#define FORM_FILE_SEPARATOR ',' -#define FORM_TYPE_SEPARATOR ';' - #define HTTPPOST_PTRNAME CURL_HTTPPOST_PTRNAME #define HTTPPOST_FILENAME CURL_HTTPPOST_FILENAME #define HTTPPOST_PTRCONTENTS CURL_HTTPPOST_PTRCONTENTS -- cgit v1.2.3