mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:47:16 +03: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue