removed unused function definition for stringifySeverity

This commit is contained in:
Daniel Marjamäki 2009-01-31 19:05:17 +00:00
parent 577e2ad895
commit 2784faab42
1 changed files with 0 additions and 2 deletions

View File

@ -213,8 +213,6 @@ std::string Message::msg(bool code) const
return ret;
}
static std::string stringifySeverity();
void Message::generateCode(std::ostream &ostr) const
{
bool loc = bool(_msg.substr(0, 4) != "[%1]");