Remove paging testing code again

This commit is contained in:
Philipp Oppermann
2017-04-13 19:44:36 +02:00
parent 55e602dc61
commit 1007c5157d
4 changed files with 1 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
pub use self::area_frame_allocator::AreaFrameAllocator;
pub use self::paging::test_paging;
use self::paging::PhysicalAddress;
mod area_frame_allocator;