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_ar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/task_ar.h') diff --git a/src/task_ar.h b/src/task_ar.h index 601afeb..69cc088 100644 --- a/src/task_ar.h +++ b/src/task_ar.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