From fb46c6c9a5ff269b098b233a06b03e31340afcbd Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Thu, 9 Jan 2014 20:37:10 +0100 Subject: [PATCH] Remove old debug utilities --- kernel/src/memory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/src/memory.cpp b/kernel/src/memory.cpp index 36214c03..fccfa0b9 100644 --- a/kernel/src/memory.cpp +++ b/kernel/src/memory.cpp @@ -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();