Code Cleanup

- Removed unused util.cpp encode and decode functions.
This commit is contained in:
Paul Beckingham
2014-09-07 17:25:47 -04:00
parent a7171193ca
commit 66bb5b3906
4 changed files with 3 additions and 52 deletions

View File

@@ -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;
}