summaryrefslogtreecommitdiff
path: root/src/kernel/mem
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-01 10:39:33 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-01 10:39:33 +0200
commit66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5 (patch)
tree3b728f4c8dc93f6ab9237af3d32410346b617ae8 /src/kernel/mem
parent07b15b375ee7cc87f476200b2fd6205959ac0ba4 (diff)
downloadTCE-66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5.tar.gz
TCE-66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5.zip
It's alive! Or is it? No, it's not.
Diffstat (limited to 'src/kernel/mem')
-rw-r--r--src/kernel/mem/heap.std.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/mem/heap.std.h b/src/kernel/mem/heap.std.h
index a7ba173..fa146ae 100644
--- a/src/kernel/mem/heap.std.h
+++ b/src/kernel/mem/heap.std.h
@@ -1,8 +1,6 @@
#ifndef DEF_HEAP_H
#define DEF_HEAP_H
-#error "Using standard heap ! It's all buggy everywhere !"
-
/* The heap is the data structure that permits allocating and freeing memory easily.
The functions in this file are only used by mem.c, which provides kmalloc and kfree.
The heap algorithm used is based on the one described here :