summaryrefslogtreecommitdiff
path: root/src/task_ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_ld.h')
-rw-r--r--src/task_ld.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/task_ld.h b/src/task_ld.h
index 348d23b..8625075 100644
--- a/src/task_ld.h
+++ b/src/task_ld.h
@@ -21,8 +21,7 @@ public:
const Settings& settings,
const std::string& target,
const std::vector<std::string>& objects,
- const std::string& _sourceDir,
- bool is_self);
+ const std::string& _sourceDir);
virtual ~TaskLD() = default;
bool dirtyInner() override;
@@ -48,5 +47,4 @@ private:
const BuildConfiguration& config;
const Settings& settings;
std::string sourceDir;
- bool is_self;
};