mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-04 01:36:10 -04:00
Remove old debug utilities
This commit is contained in:
parent
2df9def686
commit
fb46c6c9a5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user