diff options
Diffstat (limited to 'include/SDK/OS/OSAlloc.h')
-rw-r--r-- | include/SDK/OS/OSAlloc.h | 5 |
1 files changed, 0 insertions, 5 deletions
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; |