removed unused function definition for stringifySeverity
This commit is contained in:
parent
577e2ad895
commit
2784faab42
|
@ -213,8 +213,6 @@ std::string Message::msg(bool code) const
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string stringifySeverity();
|
|
||||||
|
|
||||||
void Message::generateCode(std::ostream &ostr) const
|
void Message::generateCode(std::ostream &ostr) const
|
||||||
{
|
{
|
||||||
bool loc = bool(_msg.substr(0, 4) != "[%1]");
|
bool loc = bool(_msg.substr(0, 4) != "[%1]");
|
||||||
|
|
Loading…
Reference in New Issue