Remove test_paging function

This commit is contained in:
Philipp Oppermann
2016-01-01 17:20:30 +01:00
parent 1c2e6fca64
commit ac6c1af84f
3 changed files with 0 additions and 34 deletions

View File

@@ -8,7 +8,6 @@
// except according to those terms.
pub use self::area_frame_allocator::AreaFrameAllocator;
pub use self::paging::test_paging;
pub use self::paging::remap_the_kernel;
use self::paging::PhysicalAddress;