diff options
-rw-r--r-- | src/state.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/state.h b/src/state.h index 326fbac..0a2e890 100644 --- a/src/state.h +++ b/src/state.h @@ -66,9 +66,7 @@ struct Pool { /// Dump the Pool and its edges (useful for debugging). void Dump() const; -private: - int UnitsWaiting() { return delayed_.size(); } - + private: string name_; /// |current_use_| is the total of the weights of the edges which are |