summaryrefslogtreecommitdiff
path: root/runtime/gc/accounting/bitmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/accounting/bitmap.cc')
-rw-r--r--runtime/gc/accounting/bitmap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/gc/accounting/bitmap.cc b/runtime/gc/accounting/bitmap.cc
index e157e5e8c4..bb2beaa94c 100644
--- a/runtime/gc/accounting/bitmap.cc
+++ b/runtime/gc/accounting/bitmap.cc
@@ -53,7 +53,6 @@ MemMap Bitmap::AllocateMemMap(const std::string& name, size_t num_bits) {
bitmap_size,
PROT_READ | PROT_WRITE,
/* low_4gb */ false,
- /* reuse */ false,
&error_msg);
if (UNLIKELY(!mem_map.IsValid())) {
LOG(ERROR) << "Failed to allocate bitmap " << name << ": " << error_msg;