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_fn.h | |
| parent | 4b72df8f8e32aad83b628fb2f1c852cb108c2aba (diff) | |
Remove almost unused virtual Task::source() function.globbing
Diffstat (limited to 'src/task_fn.h')
| -rw-r--r-- | src/task_fn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/task_fn.h b/src/task_fn.h index 1bad32c..ea9af15 100644 --- a/src/task_fn.h +++ b/src/task_fn.h @@ -32,8 +32,6 @@ public: std::string toJSON() const override; - std::string source() const override; - protected: std::filesystem::path sourceFile; std::filesystem::path _targetFile; |
