X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.cpp;h=4d2019a5fd28c2a1954884f8683fdb4a691b5292;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=ab61d9f1fe0f38058917de552b6d8bfc3b0deb19;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/misc.cpp b/source/misc.cpp index ab61d9f..4d2019a 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -15,10 +15,6 @@ Distributed under the LGPL using namespace std; using namespace Msp; -/** -Runs a command and returns its output as a string. The exit status of the -command is lost. -*/ string run_command(const StringList &argv) { int pfd[2];