summaryrefslogtreecommitdiff
path: root/compiler/utils/swap_space.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/swap_space.cc')
-rw-r--r--compiler/utils/swap_space.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/swap_space.cc b/compiler/utils/swap_space.cc
index 244a5fedbe..1a8f567aa1 100644
--- a/compiler/utils/swap_space.cc
+++ b/compiler/utils/swap_space.cc
@@ -152,7 +152,6 @@ SwapSpace::SpaceChunk SwapSpace::NewFileChunk(size_t min_size) {
}
size_ += next_part;
SpaceChunk new_chunk = {ptr, next_part};
- maps_.push_back(new_chunk);
return new_chunk;
#else
UNUSED(min_size, kMininumMapSize);