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 -/* TODO this HAS to be unsafe, but not found?! */ -typedef unsigned long NSUInteger; - inline id objc_msgSend_noargs(id obj, SEL sel) { return objc_msgSend(obj, sel);