mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT
Its usage was removed in
84ad1fd304
.
Closes #2852
This commit is contained in:
parent
489ac01756
commit
d5304c3698
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user