remove unneeded declaration introduced through cherry-pick

This commit is contained in:
Guenter Obiltschnig
2017-01-12 16:12:20 +01:00
parent 5ac7959b11
commit a44217d0a2

View File

@@ -87,9 +87,6 @@ public:
HTTPServerSession& session(); HTTPServerSession& session();
/// Returns the underlying HTTPServerSession. /// Returns the underlying HTTPServerSession.
protected:
static const std::string EXPECT;
private: private:
HTTPServerResponseImpl& _response; HTTPServerResponseImpl& _response;
HTTPServerSession& _session; HTTPServerSession& _session;