X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=e3d4be849e12c139d18d90e909859d5fc51b5cd5;hb=6f76342d14c7b7ec7b9629fcfd40199bca1e5e0f;hp=0d6997c53263b02c3dacce41763641ead1a6abab;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;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