mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25:46 +00:00
kernel/vm_manager: Remove unused class variables
Over time these have fallen out of use due to refactoring, so these can be removed.
This commit is contained in:
parent
9f51b744a5
commit
4098d3a91d
1 changed files with 0 additions and 3 deletions
|
@ -621,9 +621,6 @@ private:
|
||||||
VAddr new_map_region_base = 0;
|
VAddr new_map_region_base = 0;
|
||||||
VAddr new_map_region_end = 0;
|
VAddr new_map_region_end = 0;
|
||||||
|
|
||||||
VAddr main_code_region_base = 0;
|
|
||||||
VAddr main_code_region_end = 0;
|
|
||||||
|
|
||||||
VAddr tls_io_region_base = 0;
|
VAddr tls_io_region_base = 0;
|
||||||
VAddr tls_io_region_end = 0;
|
VAddr tls_io_region_end = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue