mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +03:00
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
This commit is contained in:
parent
55c3c02e59
commit
b851421642
5 changed files with 5 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue