Browse Source

kernel/vm_manager: Remove unused class variables

Over time these have fallen out of use due to refactoring, so these can
be removed.
Lioncash 7 năm trước cách đây
mục cha
commit
9f63acac0f
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/core/hle/kernel/vm_manager.h

+ 0 - 3
src/core/hle/kernel/vm_manager.h

@@ -621,9 +621,6 @@ private:
     VAddr new_map_region_base = 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_end = 0;