diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-17 09:49:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-20 17:24:44 +0100 |
commit | c034ebb36e5d23ba1a4e7e123c7dce4f3ea7bba9 (patch) | |
tree | 5b3f8a6ab78815e0437a70c785fe737f360dd667 /src/task_cc.cc | |
parent | 4f77a82425f60ff928880048dfa79fdd6fba56d8 (diff) |
Refactor task == std::string comparison
Diffstat (limited to 'src/task_cc.cc')
-rw-r--r-- | src/task_cc.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/task_cc.cc b/src/task_cc.cc index 9de2657..f4a754f 100644 --- a/src/task_cc.cc +++ b/src/task_cc.cc @@ -90,11 +90,6 @@ int TaskCC::registerDepTasksInner(const std::vector<std::shared_ptr<Task>>& task return 0; } -std::string TaskCC::name() const -{ - return {}; -} - bool TaskCC::dirtyInner() { if(!std::filesystem::exists(sourceFile)) |