diff --git a/MP3/MP3_Sources/page_table.H b/MP3/MP3_Sources/page_table.H index b56d4d7..f89e5a1 100755 --- a/MP3/MP3_Sources/page_table.H +++ b/MP3/MP3_Sources/page_table.H @@ -47,7 +47,6 @@ private: static ContFramePool * kernel_mem_pool; /* Frame pool for the kernel memory */ static ContFramePool * process_mem_pool; /* Frame pool for the process memory */ static unsigned long shared_size; /* size of shared address space */ - static PageTable a_page_table; /* DATA FOR CURRENT PAGE TABLE */ unsigned long * page_directory; /* where is page directory located? */