X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=e3d4be849e12c139d18d90e909859d5fc51b5cd5;hb=2ad39eaef684b00d48d302cd8852389252dab2bf;hp=0d6997c53263b02c3dacce41763641ead1a6abab;hpb=2ea79c8f3ca8c12907a6c121ec564f5a4d643f52;p=builder.git diff --git a/source/misc.h b/source/misc.h index 0d6997c..e3d4be8 100644 --- a/source/misc.h +++ b/source/misc.h @@ -17,8 +17,4 @@ typedef std::list StringList; typedef std::list PathList; typedef std::map StringMap; -/** Runs a command and returns its output as a string. The exit status of the -command is returned in the second parameter if it is not null. */ -std::string run_command(const StringList &, int * =0); - #endif