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_cc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task_cc.h') diff --git a/src/task_cc.h b/src/task_cc.h index 2299fcd..872e73d 100644 --- a/src/task_cc.h +++ b/src/task_cc.h @@ -35,13 +35,13 @@ public: std::string toJSON() const override; - std::string source() const override; - protected: std::vector flags() const; std::string flagsString() const; std::vector getCompilerArgs() const; + friend bool recompileCheck(const ctor::settings& global_settings, int argc, char* argv[], + bool relaunch_allowed); std::filesystem::path sourceFile; std::filesystem::path _targetFile; std::filesystem::path depsFile; -- cgit v1.2.3