Code Cleanup

- Corrected comments.
- Eliminated redundant code, at the expense of Task::parse call.
This commit is contained in:
Paul Beckingham
2010-06-26 17:33:58 -04:00
parent 6a1a1cd70f
commit cd59f7f510
3 changed files with 4 additions and 22 deletions

View File

@@ -69,9 +69,8 @@ int main (int argc, char** argv)
tdb.location (".");
tdb.lock ();
Task task ("[name:\"value\"]");
tdb.add (task);
tdb.add (task); // P0 C0 N1 M0
tdb.unlock ();
// P0 C0 N1 M0
pending.clear ();
completed.clear ();