summaryrefslogtreecommitdiff
path: root/src/malloc.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-09-09 20:54:41 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-09-09 20:54:41 -0500
commita1368c545df5d49c2cde32c09c14aba8d4bdc967 (patch)
tree0dd69e9a676d0d4872e51552d465cbc0364e2a55 /src/malloc.c
parentf29fc55796cc5500f954b396264edc863f96f486 (diff)
parenteb280768a48eba5332468b463aab962e1eafb18e (diff)
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'src/malloc.c')
-rw-r--r--src/malloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/malloc.c b/src/malloc.c
index 948303c6f..3901c5a35 100644
--- a/src/malloc.c
+++ b/src/malloc.c
@@ -1,7 +1,5 @@
#include "global.h"
-EWRAM_DATA u8 gHeap[0x1C000] = {0};
-
static void *sHeapStart;
static u32 sHeapSize;