From: Tuan PM Date: Tue, 22 May 2018 05:04:47 +0000 (+0700) Subject: Remove unused macro X-Git-Tag: v3.1-beta1~94^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ce589f6f6c0013c6d2c59677913c87e3748782;p=esp-idf Remove unused macro --- diff --git a/components/esp_http_client/esp_http_client.c b/components/esp_http_client/esp_http_client.c index a0aedf99b9..6a6f799e30 100644 --- a/components/esp_http_client/esp_http_client.c +++ b/components/esp_http_client/esp_http_client.c @@ -119,8 +119,6 @@ static esp_err_t _clear_connection_info(esp_http_client_handle_t client); #define DEFAULT_HTTP_PORT (80) #define DEFAULT_HTTPS_PORT (443) -#define HTTP_LENGTH_CHUNKED_ENCODING (-1) - static const char *DEFAULT_HTTP_USER_AGENT = "ESP32 HTTP Client/1.0"; static const char *DEFAULT_HTTP_PROTOCOL = "HTTP/1.1"; static const char *DEFAULT_HTTP_PATH = "/";