From 54e24990203f5e123396a44297ea4656ed3b6101 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Apr 2015 09:53:41 +0200 Subject: Rework resolved prerequisite targets storage --- build/algorithm.ixx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'build/algorithm.ixx') diff --git a/build/algorithm.ixx b/build/algorithm.ixx index 76f9a0f..ee63f90 100644 --- a/build/algorithm.ixx +++ b/build/algorithm.ixx @@ -52,18 +52,4 @@ namespace build } } } - - template - T* - execute_find_prerequisites (action, target&, const timestamp&, bool&); - - template - inline T* - execute_find_prerequisites (action a, target& t, const timestamp& mt) - { - bool e (mt == timestamp_nonexistent); - T* r (execute_find_prerequisites (a, t, mt, e)); - assert (r != nullptr); - return e ? r : nullptr; - } } -- cgit v1.1