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.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/task_cc.cc') 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 TaskCC::flags() const { std::vector flags; -- cgit v1.2.3