removed envelope::message() method because it is expensive

This commit is contained in:
Emiel Bruijntjes 2017-03-08 14:23:05 +01:00
parent 00b81949d3
commit e59d0ff387
1 changed files with 0 additions and 9 deletions

View File

@ -91,15 +91,6 @@ public:
{
return _bodySize;
}
/**
* Body as a string
* @return string
*/
std::string message() const
{
return std::string(_body, static_cast<size_t>(_bodySize));
}
};
/**