Code Cleanup

- Removed unused util.cpp ::execute variant.
This commit is contained in:
Paul Beckingham 2014-08-30 23:43:58 -04:00
parent 284146162f
commit df744d5c98
2 changed files with 0 additions and 57 deletions

View file

@ -52,7 +52,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>&);
int execute (const std::string&, const std::vector <std::string>&, const std::string&, std::string&);
#ifdef SOLARIS