From 6bfb788646cc3f6a46a9f8b057f64c43317e80a9 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Sep 2020 12:30:28 -0400 Subject: cleanup --- include/SDK/OS/OSAlloc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/SDK/OS/OSAlloc.h') diff --git a/include/SDK/OS/OSAlloc.h b/include/SDK/OS/OSAlloc.h index a8714eb..7a1e006 100644 --- a/include/SDK/OS/OSAlloc.h +++ b/include/SDK/OS/OSAlloc.h @@ -5,11 +5,6 @@ extern "C" { #endif - -#if 0 -extern volatile OSHeapHandle __OSCurrHeap; // used in OSInitAlloc -#endif - typedef s32 OSHeapHandle; typedef struct Cell Cell; -- cgit v1.2.3