소스 검색

memory: Remove unused PageTable forward declaration

This isn't used by anything in the header file, so it can be removed.
Lioncash 7 년 전
부모
커밋
63a5f48e7e
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/core/memory.h

+ 0 - 4
src/core/memory.h

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