Skip to content

Commit

Permalink
removed unused function definition for stringifySeverity
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Marjamäki committed Jan 31, 2009
1 parent 577e2ad commit 2784faa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/errmsg.cpp
Expand Up @@ -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]");
Expand Down

0 comments on commit 2784faa

Please sign in to comment.