summaryrefslogtreecommitdiff
path: root/include/SDK/OS/OSAlloc.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-15 12:30:28 -0400
committerMax <mparisi@stevens.edu>2020-09-15 12:30:28 -0400
commit6bfb788646cc3f6a46a9f8b057f64c43317e80a9 (patch)
tree971b9dc3a7085d2f4d3cb9f2354a9fa42eccceb6 /include/SDK/OS/OSAlloc.h
parenteaddf0c503af987217aa62b62e88174c8af3de87 (diff)
cleanup
Diffstat (limited to 'include/SDK/OS/OSAlloc.h')
-rw-r--r--include/SDK/OS/OSAlloc.h5
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;