From f0a358eca99d64863d54a9682a309b34426b3455 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Sat, 28 Dec 2024 03:27:25 -0800 Subject: Move D_80097508 out of system_heap.c (#1779) --- mm/src/boot/O2/system_heap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mm/src/boot/O2') diff --git a/mm/src/boot/O2/system_heap.c b/mm/src/boot/O2/system_heap.c index c34129f12..b22ae7742 100644 --- a/mm/src/boot/O2/system_heap.c +++ b/mm/src/boot/O2/system_heap.c @@ -21,11 +21,6 @@ void* sInitFuncs = NULL; char sNew[] = ""; -UNK_TYPE1 D_80097508[] = { - 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; -- cgit v1.2.3