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

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