summaryrefslogtreecommitdiff
path: root/src/boot/O2
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/O2')
-rw-r--r--src/boot/O2/system_heap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/boot/O2/system_heap.c b/src/boot/O2/system_heap.c
index 19a0d6a..f25a01a 100644
--- a/src/boot/O2/system_heap.c
+++ b/src/boot/O2/system_heap.c
@@ -27,11 +27,6 @@ void* sInitFuncs = NULL;
char sNew[] = "";
-UNK_TYPE1 D_8003C568_jp[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00,
- 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
-};
-
void* SystemHeap_Malloc(size_t size) {
if (size == 0) {
size = 1;