Browse Source

downloader: Remove unused HTTPChannel::request_path member

rdb 4 years ago
parent
commit
62d072cfb4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/downloader/httpChannel.h

+ 0 - 1
panda/src/downloader/httpChannel.h

@@ -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;