mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +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
52980df1aa
commit
9f63acac0f
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…
Reference in a new issue