]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Remove the now-obsolete run_command function
[builder.git] / source / misc.h
index 0d6997c53263b02c3dacce41763641ead1a6abab..e3d4be849e12c139d18d90e909859d5fc51b5cd5 100644 (file)
@@ -17,8 +17,4 @@ typedef std::list<std::string> StringList;
 typedef std::list<Msp::FS::Path> PathList;
 typedef std::map<std::string, std::string> 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