mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
Remove redundant OSInitAlloc
This commit is contained in:
@@ -179,14 +179,6 @@ int OSJamMessage(OSMessageQueue* mq, void* msg, s32 flags) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
// Arena Functions
|
||||
// ==========================================================================
|
||||
|
||||
void* OSInitAlloc(void* arenaStart, void* arenaEnd, int maxHeaps) {
|
||||
return arenaStart;
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
// Remaining OS Stubs
|
||||
// ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user