diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-11-28 10:23:56 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-11-28 10:23:56 +0100 |
| commit | 18090de64be976bd330838e609afb4787086a71f (patch) | |
| tree | 2bf07be0238cc174b05c01659798a8521db49c60 /src/task_cc.cc | |
| parent | 4b72df8f8e32aad83b628fb2f1c852cb108c2aba (diff) | |
Remove almost unused virtual Task::source() function.globbing
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 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; |
