From: Guilherme Maciel Ferreira Date: Sat, 18 Feb 2012 01:12:13 +0000 (-0200) Subject: Removed unused parameter. X-Git-Tag: v1.3~11^2~10 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6c675e3ab43b5c04f02b081bf991d80c4bbbedef;p=pingcheck Removed unused parameter. --- diff --git a/test/mock_statusnotifiercommand.h b/test/mock_statusnotifiercommand.h index 7583888..9e6b244 100644 --- a/test/mock_statusnotifiercommand.h +++ b/test/mock_statusnotifiercommand.h @@ -76,7 +76,7 @@ StatusNotifierCommand::~StatusNotifierCommand() bool StatusNotifierCommand::set_token_value( const std::string &, - const std::string &value + const std::string & ) { return true;