diff --git a/src/core/memory.cpp b/src/core/memory.cpp index 3a9ea308a8..b63a3acc63 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp @@ -851,7 +851,6 @@ struct Memory::Impl { Core::System& system; Tegra::MaxwellDeviceMemoryManager* gpu_device_memory{}; Common::PageTable* current_page_table = nullptr; - std::array rasterizer_read_areas{}; std::array rasterizer_write_areas{}; std::array, Core::Hardware::NUM_CPU_CORES> scratch_buffers{};