diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-29 11:19:30 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-29 11:19:30 -0500 |
commit | 83be1bfc8fc071e26d2a3f8191a9c7ecc7161dce (patch) | |
tree | c1bb4d532a21d3885795c309778702dd2608aae3 /gflib/malloc.c | |
parent | 4c64863bc5ffa2092ac0473531af4955cc2a598a (diff) |
Remove sFiller from malloc.c
Diffstat (limited to 'gflib/malloc.c')
-rw-r--r-- | gflib/malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gflib/malloc.c b/gflib/malloc.c index 38fc8939e..d0b949763 100644 --- a/gflib/malloc.c +++ b/gflib/malloc.c @@ -2,7 +2,6 @@ static void *sHeapStart; static u32 sHeapSize; -static u32 sFiller; // needed to align dma3_manager.o(.bss) #define MALLOC_SYSTEM_ID 0xA3A3 |