From 18090de64be976bd330838e609afb4787086a71f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 28 Nov 2025 10:23:56 +0100 Subject: Remove almost unused virtual Task::source() function. --- src/task_fn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/task_fn.h') 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; -- cgit v1.2.3