summaryrefslogtreecommitdiff
path: root/src/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.h')
-rw-r--r--src/task.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/task.h b/src/task.h
index 0e2a9f7..be3995f 100644
--- a/src/task.h
+++ b/src/task.h
@@ -64,7 +64,6 @@ public:
Language sourceLanguage() const;
OutputSystem outputSystem() const;
std::string compiler() const;
- std::string linker() const;
std::set<std::shared_ptr<Task>> getDependsTasks();