summaryrefslogtreecommitdiff
path: root/src/task_cc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_cc.cc')
-rw-r--r--src/task_cc.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/task_cc.cc b/src/task_cc.cc
index 9628455..590a28a 100644
--- a/src/task_cc.cc
+++ b/src/task_cc.cc
@@ -288,11 +288,6 @@ std::string TaskCC::toJSON() const
return json;
}
-std::string TaskCC::source() const
-{
- return sourceFile.string();
-}
-
std::vector<std::string> TaskCC::flags() const
{
std::vector<std::string> flags;