X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.cpp;h=31b13906acee48a3c493e25efc9e2e7aa9a0f30b;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=ebd6b422ba3770c69cc2fec9f99017dfa5cb6a99;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/action.cpp b/source/action.cpp index ebd6b42..31b1390 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -12,9 +12,6 @@ Distributed under the LGPL using namespace std; -/** -Annouces the action by printing out the package name, tool and target name. -*/ void Action::announce(const string &pkg, const string &tool, const string &tgt) { ostringstream line;