diff options
author | red031000 <rubenru09@aol.com> | 2020-09-19 15:25:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-19 15:25:33 +0100 |
commit | 8a01e14089b25a56b14a2cdb85e91893a2478fb6 (patch) | |
tree | f9ab0486453c02f364e8ccb72a1fd5f7fa634dc6 /src/SDK/OS/OSAlloc.c | |
parent | 56e262495ba73a71c5f550a7af173a7306b9aa99 (diff) |
fix warnings
Diffstat (limited to 'src/SDK/OS/OSAlloc.c')
-rw-r--r-- | src/SDK/OS/OSAlloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SDK/OS/OSAlloc.c b/src/SDK/OS/OSAlloc.c index f0ff04d..7ec2000 100644 --- a/src/SDK/OS/OSAlloc.c +++ b/src/SDK/OS/OSAlloc.c @@ -129,7 +129,6 @@ void* OSAllocFromHeap(OSHeapHandle heap, u32 size) void OSFreeToHeap(OSHeapHandle heap, void* ptr) { - OSHeapInfo *heapInfo; HeapDesc *hd; Cell *cell; |