Просмотр исходного кода

memory: Remove unused PageTable forward declaration

This isn't used by anything in the header file, so it can be removed.
Lioncash 7 лет назад
Родитель
Сommit
63a5f48e7e
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/core/memory.h

+ 0 - 4
src/core/memory.h

@@ -8,10 +8,6 @@
 #include <string>
 #include <string>
 #include "common/common_types.h"
 #include "common/common_types.h"
 
 
-namespace Common {
-struct PageTable;
-}
-
 namespace Kernel {
 namespace Kernel {
 class Process;
 class Process;
 }
 }