summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-08-05 21:56:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-09 12:37:09 +0200
commitd5304c3698385b1c39de79a753d13e71d7b69000 (patch)
tree73276d24f42ec132b840bab4aacaf47fb2cfe6dd
parent489ac017568a3c99c6ce9070404f74f9fd22a675 (diff)
downloadcurl-d5304c3698385b1c39de79a753d13e71d7b69000.tar.gz
formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT
Its usage was removed in 84ad1fd3047815f9c6e78728bb351b828eac10b1. Closes #2852
-rw-r--r--lib/formdata.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index 8f6c6e318..5731da95c 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -45,10 +45,6 @@
#include "memdebug.h"
-/* What kind of Content-Type to use on un-specified files with unrecognized
- extensions. */
-#define HTTPPOST_CONTENTTYPE_DEFAULT "application/octet-stream"
-
#define HTTPPOST_PTRNAME CURL_HTTPPOST_PTRNAME
#define HTTPPOST_FILENAME CURL_HTTPPOST_FILENAME
#define HTTPPOST_PTRCONTENTS CURL_HTTPPOST_PTRCONTENTS