diff options
| -rw-r--r-- | darwintest/objc_darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/darwintest/objc_darwin.h b/darwintest/objc_darwin.h index abf9712..171d260 100644 --- a/darwintest/objc_darwin.h +++ b/darwintest/objc_darwin.h @@ -16,9 +16,6 @@ The format should be self-explanatory. #include <stdint.h> -/* TODO this HAS to be unsafe, but <objc/NSObjCRuntime.h> not found?! */ -typedef unsigned long NSUInteger; - inline id objc_msgSend_noargs(id obj, SEL sel) { return objc_msgSend(obj, sel); |
