From 4b72df8f8e32aad83b628fb2f1c852cb108c2aba Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 19 Nov 2025 18:29:57 +0100 Subject: Fix missing config.depends dependency checks on all task types. --- src/task_so.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/task_so.h') diff --git a/src/task_so.h b/src/task_so.h index 60af225..3fc2e2f 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -37,7 +37,6 @@ private: std::string flagsString() const; std::vector objectFiles; - std::vector depFiles; std::filesystem::path _targetFile; std::filesystem::path flagsFile; -- cgit v1.2.3