From 4e1b0b12724581d416325a2ca5ca7a91e2703cd3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 28 Feb 2014 20:55:31 -0500 Subject: [PATCH] Removed a leftover declaration in objc_darwin.h. --- darwintest/objc_darwin.h | 3 --- 1 file changed, 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 -/* 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);