formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT

Its usage was removed in
84ad1fd304.

Closes #2852
This commit is contained in:
Rikard Falkeborn 2018-08-05 21:56:50 +02:00 committed by Daniel Stenberg
parent 489ac01756
commit d5304c3698
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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