Code Cleanup

- Removed unused util.cpp combine function.
This commit is contained in:
Paul Beckingham 2014-09-07 17:14:03 -04:00
parent 4aa79dccfa
commit bffc7a2ac8
3 changed files with 1 additions and 54 deletions

View file

@ -61,11 +61,8 @@ int execute (const std::string&, const std::vector <std::string>&, const std::st
int flock (int, int);
#endif
void combine (std::vector <int>&, const std::vector <int>&);
const std::string encode (const std::string&);
const std::string decode (const std::string&);
const std::string escape (const std::string&, char);
const std::vector<std::string> indentTree (