summaryrefslogtreecommitdiff
path: root/src/debugallocation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugallocation.cc')
-rw-r--r--src/debugallocation.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debugallocation.cc b/src/debugallocation.cc
index 9e4813f..db54b40 100644
--- a/src/debugallocation.cc
+++ b/src/debugallocation.cc
@@ -619,7 +619,6 @@ class MallocBlock {
free_queue_lock_.Lock();
}
}
- RAW_CHECK(free_queue_size_ >= 0, "Free queue size went negative!");
free_queue_lock_.Unlock();
for (int i = 0; i < num_entries; i++) {
CheckForDanglingWrites(entries[i]);