mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused util.cpp combine function.
This commit is contained in:
parent
4aa79dccfa
commit
bffc7a2ac8
3 changed files with 1 additions and 54 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue