summaryrefslogtreecommitdiff
path: root/src/tasktree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasktree.cc')
-rw-r--r--src/tasktree.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tasktree.cc b/src/tasktree.cc
index 5205abf..c463177 100644
--- a/src/tasktree.cc
+++ b/src/tasktree.cc
@@ -173,7 +173,6 @@ TaskIdList TaskTree::remove(taskid_t id)
return affectedNodes;
}
-/*
TaskIdList TaskTree::move(taskid_t id, taskid_t toid)
throw (std::exception)
{
@@ -206,8 +205,6 @@ TaskIdList TaskTree::move(taskid_t id, taskid_t toid)
return affectedNodes;
}
-*/
-
TaskIdList TaskTree::updateData(taskid_t id, const std::string &name,
const std::string &value)