From c0eacf8e85003844b95e71b9004fa464d4586a38 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 14 Oct 2021 22:19:26 +0200 Subject: Use dependency system and build system for compiling ctor on config changes. --- src/tasks.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tasks.cc') diff --git a/src/tasks.cc b/src/tasks.cc index c280fb2..56988f9 100644 --- a/src/tasks.cc +++ b/src/tasks.cc @@ -43,8 +43,6 @@ const std::deque& getTargets(const Settings& settings) return targets; } -namespace -{ std::list> taskFactory(const BuildConfiguration& config, const Settings& settings, const std::string& sourceDir) @@ -121,7 +119,6 @@ std::list> taskFactory(const BuildConfiguration& config, return tasks; } -} std::shared_ptr getNextTask(const std::list>& allTasks, std::list>& dirtyTasks) -- cgit v1.2.3