From 15e2ff6bb683138878c376a84882b1a6da63cb94 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 24 Oct 2021 02:15:50 +0200 Subject: Lazy-initialize heap --- libpsx/src/memory.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libpsx/src/memory.h (limited to 'libpsx/src/memory.h') diff --git a/libpsx/src/memory.h b/libpsx/src/memory.h deleted file mode 100644 index 39985b2..0000000 --- a/libpsx/src/memory.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _PSXSDK_MEMORY_H -#define _PSXSDK_MEMORY_H - -void malloc_setup(); - -#endif \ No newline at end of file -- cgit v1.2.3