Remove old debug utilities

This commit is contained in:
Baptiste Wicht 2014-01-09 20:37:10 +01:00
parent 2df9def686
commit fb46c6c9a5

View File

@ -10,7 +10,7 @@
#include "paging.hpp"
#include "e820.hpp"
namespace debugging {
namespace {
//Used to compile with malloc operations in the console
//can produce a lot of output
@ -222,8 +222,6 @@ void expand_heap(malloc_header_chunk* current){
} //end of anonymous namespace
using namespace debugging;
void init_memory_manager(){
//Init the fake head
init_head();