From 62d072cfb45abc886def104ac35e1f8e9deb91db Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 14 Feb 2021 17:28:44 +0100 Subject: [PATCH] downloader: Remove unused HTTPChannel::request_path member --- panda/src/downloader/httpChannel.h | 1 - 1 file changed, 1 deletion(-) 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;