mirror of https://gitee.com/bigwinds/arangodb
removed unused member that triggered a compile error in clang
This commit is contained in:
parent
6671fa29d8
commit
4e9028b883
|
@ -101,7 +101,6 @@ class VppRequest final : public GeneralRequest {
|
|||
std::unordered_map<std::string, std::string> _values;
|
||||
std::unordered_map<std::string, std::vector<std::string>> _arrayValues;
|
||||
uint64_t _messageId;
|
||||
const std::unordered_map<std::string, std::string> _cookies; // TODO remove
|
||||
|
||||
void parseHeaderInformation();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue