summaryrefslogtreecommitdiff
path: root/src/task_fn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_fn.cc')
-rw-r--r--src/task_fn.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/task_fn.cc b/src/task_fn.cc
index b6b50ea..abeda62 100644
--- a/src/task_fn.cc
+++ b/src/task_fn.cc
@@ -121,8 +121,3 @@ std::string TaskFn::toJSON() const
{
return {}; // TODO: Not sure how to express this...
}
-
-std::string TaskFn::source() const
-{
- return sourceFile.string();
-}