diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index f94966733f..28a82457cc 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -362,12 +362,6 @@ class CompilerDriver { support_boot_image_fixup_ = support_boot_image_fixup; } - ArenaPool* GetArenaPool() { - return &arena_pool_; - } - const ArenaPool* GetArenaPool() const { - return &arena_pool_; - } SwapAllocator<void>& GetSwapSpaceAllocator() { return *swap_space_allocator_.get(); } @@ -606,9 +600,6 @@ class CompilerDriver { void* compiler_context_; - // Arena pool used by the compiler. - ArenaPool arena_pool_; - bool support_boot_image_fixup_; // DeDuplication data structures, these own the corresponding byte arrays. |