Code Cleanup
- Removed unused util.cpp encode and decode functions.
This commit is contained in:
@@ -150,6 +150,9 @@ TODO Task::getDependencies
|
||||
|
||||
TODO Task::urgency
|
||||
|
||||
TODO Task::encode
|
||||
TODO Task::decode
|
||||
|
||||
*/
|
||||
|
||||
// Task::operator==
|
||||
|
||||
@@ -112,9 +112,6 @@ int main (int argc, char** argv)
|
||||
t.is (indentProject ("one.two"), " two", "indentProject 'one.two' -> ' two'");
|
||||
t.is (indentProject ("one.two.three"), " three", "indentProject 'one.two.three' -> ' three'");
|
||||
|
||||
// TODO const std::string encode (const std::string& value);
|
||||
// TODO const std::string decode (const std::string& value);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user