From 8eed1ebf9ca2532fac255708a8dc418378c78b0a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 10:22:01 +0200 Subject: Get rid of count_postponed Terget execution is postponed with regards to the current thread only thus it doesn't seem right to make postponed a target state. --- build2/target.ixx | 1 - 1 file changed, 1 deletion(-) (limited to 'build2/target.ixx') diff --git a/build2/target.ixx b/build2/target.ixx index 68a683a..a097e39 100644 --- a/build2/target.ixx +++ b/build2/target.ixx @@ -31,7 +31,6 @@ namespace build2 switch (task_count) { case target::count_unexecuted: return target_state::unknown; - case target::count_postponed: return target_state::postponed; case target::count_executed: return synchronized_state (); default: return target_state::busy; } -- cgit v1.1