summaryrefslogtreecommitdiffstats
path: root/src/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h
index 4574e20..177e50b 100644
--- a/src/build.h
+++ b/src/build.h
@@ -35,7 +35,7 @@ struct Plan {
void EdgeFinished(Edge* edge);
// Number of edges to run.
- int edge_count() const { return want_.size() + ready_.size(); }
+ int edge_count() const { return want_.size(); }
private:
bool AddSubTarget(Node* node, vector<Node*>* stack, string* err);