diff options
-rw-r--r-- | src/os/WBThrottle.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/WBThrottle.cc b/src/os/WBThrottle.cc index 4673488f833..23e24765cc2 100644 --- a/src/os/WBThrottle.cc +++ b/src/os/WBThrottle.cc @@ -206,8 +206,6 @@ void WBThrottle::clear() lru.clear(); rev_lru.clear(); cond.Signal(); - assert(cur_ios == 0); - assert(cur_size == 0); } void WBThrottle::clear_object(const hobject_t &hoid) |