summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-28 20:55:31 -0500
committerPietro Gagliardi <[email protected]>2014-02-28 20:55:31 -0500
commit4e1b0b12724581d416325a2ca5ca7a91e2703cd3 (patch)
tree5587f0c096dbf1f8a1d24ecf0287e8bc1458e062
parente5a4f3218250f55aa7c633693012f4153eb34276 (diff)
Removed a leftover declaration in objc_darwin.h.
-rw-r--r--darwintest/objc_darwin.h3
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);