util: Removed execute

This commit is contained in:
Paul Beckingham 2016-12-06 07:28:50 -05:00
parent 4bbb5fadb3
commit f99fc16e14
2 changed files with 0 additions and 151 deletions

View file

@ -48,8 +48,6 @@ void uuid_unparse_lower (uuid_t uu, char *out);
#endif
const std::string uuid ();
int execute (const std::string&, const std::vector <std::string>&, const std::string&, std::string&);
const std::string indentProject (
const std::string&,
const std::string& whitespace = " ",