summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index f1cc4c7..918fe09 100644
--- a/src/state.h
+++ b/src/state.h
@@ -47,7 +47,7 @@ struct Pool {
const string& name() const { return name_; }
/// true if the Pool might delay this edge
- bool ShouldDelayEdge(const Edge& edge) const { return depth_ != 0; }
+ bool ShouldDelayEdge() const { return depth_ != 0; }
/// informs this Pool that the given edge is committed to be run.
/// Pool will count this edge as using resources from this pool.