diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-10 03:11:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-10 03:11:44 -0400 |
| commit | 948416d04d7de1fed917b7d6dfebab4c7fd978a2 (patch) | |
| tree | 49685b922af4b6dad11f61e17f171e2e5bf2edd3 /new/alloc_darwin.m | |
| parent | 64b746c9a11ad644c0482824c59bd5542e5697b3 (diff) | |
Resolved some TODOs (including one resolved a while ago on IRC but not removed until now; thanks various people in irc.freenode.net/#macdev).
Diffstat (limited to 'new/alloc_darwin.m')
| -rw-r--r-- | new/alloc_darwin.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/new/alloc_darwin.m b/new/alloc_darwin.m index 83a948e..1fa7195 100644 --- a/new/alloc_darwin.m +++ b/new/alloc_darwin.m @@ -2,8 +2,6 @@ #import <stdio.h> #import "uipriv_darwin.h" -// TODO is there a better alternative to NSCAssert()? preferably a built-in allocator that panics on out of memory for us? - void *uiAlloc(size_t size, const char *type) { void *out; |
