aboutsummaryrefslogtreecommitdiff
path: root/build2/target.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-08 10:22:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit8eed1ebf9ca2532fac255708a8dc418378c78b0a (patch)
treec21bb8a590e70bdf9acd8c014204e8b5eb7f0c56 /build2/target.ixx
parent9aa99bc4e62909c119df72bda26b091245d48274 (diff)
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.
Diffstat (limited to 'build2/target.ixx')
-rw-r--r--build2/target.ixx1
1 files changed, 0 insertions, 1 deletions
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;
}