1
0
Fork 0

Merge branch 'obi-velocystream' of github.com:arangodb/arangodb into obi-velocystream

* 'obi-velocystream' of github.com:arangodb/arangodb:
  Remove _cookies
This commit is contained in:
Jan Christoph Uhde 2016-09-07 14:43:39 +02:00
commit 8db47d507c
1 changed files with 0 additions and 1 deletions

View File

@ -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();
};