From 64ce589f6f6c0013c6d2c59677913c87e3748782 Mon Sep 17 00:00:00 2001 From: Tuan PM Date: Tue, 22 May 2018 12:04:47 +0700 Subject: [PATCH] Remove unused macro --- components/esp_http_client/esp_http_client.c | 2 -- 1 file changed, 2 deletions(-) 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 = "/"; -- 2.40.0