summaryrefslogtreecommitdiff
path: root/libartbase/base/bit_vector.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/bit_vector.cc')
-rw-r--r--libartbase/base/bit_vector.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libartbase/base/bit_vector.cc b/libartbase/base/bit_vector.cc
index 85f326385e..5b022b11c2 100644
--- a/libartbase/base/bit_vector.cc
+++ b/libartbase/base/bit_vector.cc
@@ -51,7 +51,6 @@ BitVector::BitVector(uint32_t start_bits,
// * `ScopedArenaAllocator` which does not.
// We also have `NoopAllocator` but that allocator should never call this method (as the Alloc
// call will turn into a LOG(FATAL)).
- // As a note, MallocAllocator is a misnomer as it uses `calloc` which sets the memory to zero.
ClearAllBits();
}