downloader: Remove unused HTTPChannel::request_path member

This commit is contained in:
rdb 2021-02-14 17:28:44 +01:00
parent 9cb3c7726f
commit 62d072cfb4

View File

@ -336,7 +336,6 @@ private:
DocumentSpec _document_spec;
DocumentSpec _request;
HTTPEnum::Method _method;
std::string request_path;
std::string _header;
std::string _body;
std::string _content_type;