diff options
Diffstat (limited to 'build2/target.ixx')
-rw-r--r-- | build2/target.ixx | 1 |
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; } |