aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
diff options
context:
space:
mode:
authorMarcel Raad <raad@teamviewer.com>2017-04-25 08:36:13 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:25:37 +0000
commit2ea09c5c65f0fc84ff770f2eba73272388b483e4 (patch)
treed68501af5aa5e462e2ec0f8d3669b02b1f1a159a /lib/formdata.c
parent3b84be3fbf0767a2588b9c072b44a3b46b033a99 (diff)
downloadgnurl-2ea09c5c65f0fc84ff770f2eba73272388b483e4.tar.gz
gnurl-2ea09c5c65f0fc84ff770f2eba73272388b483e4.tar.bz2
gnurl-2ea09c5c65f0fc84ff770f2eba73272388b483e4.zip
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/formdata.c')
-rw-r--r--lib/formdata.c3
1 files changed, 0 insertions, 3 deletions
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