summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2015-04-24 23:06:55 (GMT)
committerScott Graham <scottmg@chromium.org>2015-04-24 23:06:55 (GMT)
commit4c4887d26011225deaa20b6752193be0293624ab (patch)
treed1c616d2326226d532bd00c8627609b950a8a3e7 /src/state.h
parentdcdd042ca93fd0057d7e1b0eedfbab49790b2e00 (diff)
downloadNinja-4c4887d26011225deaa20b6752193be0293624ab.zip
Ninja-4c4887d26011225deaa20b6752193be0293624ab.tar.gz
Ninja-4c4887d26011225deaa20b6752193be0293624ab.tar.bz2
avoid calling ResumeDelayedJobs instead
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state.h b/src/state.h
index 58fac13..d7987ba 100644
--- a/src/state.h
+++ b/src/state.h
@@ -71,9 +71,6 @@ struct Pool {
/// |current_use_| is the total of the weights of the edges which are
/// currently scheduled in the Plan (i.e. the edges in Plan::ready_).
- /// This is generally <= to depth_. It can exceed it very briefly when the
- /// pool is notified about an edge that's about to be finished that will
- /// not actually be started. See Plan::NodeFinished().
int current_use_;
int depth_;