Browse Source
Merge pull request #4328 from lioncash/unused-var3
memory_layout: Remove unused data member
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/core/hle/kernel/memory/memory_layout.h
|
|
|
@ -66,8 +66,6 @@ private: |
|
|
|
const MemoryRegion application; |
|
|
|
const MemoryRegion applet; |
|
|
|
const MemoryRegion system; |
|
|
|
|
|
|
|
const PAddr start_address{}; |
|
|
|
}; |
|
|
|
|
|
|
|
} // namespace Kernel::Memory |