diff --git a/panda/src/downloader/httpChannel.h b/panda/src/downloader/httpChannel.h index f2bf891db6..41d4edd121 100644 --- a/panda/src/downloader/httpChannel.h +++ b/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;