1
0
Fork 0

removed unused member that triggered a compile error in clang

This commit is contained in:
jsteemann 2016-09-07 14:32:41 +02:00
parent 6671fa29d8
commit 4e9028b883
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();
};