Removed a leftover declaration in objc_darwin.h.

This commit is contained in:
Pietro Gagliardi 2014-02-28 20:55:31 -05:00
parent e5a4f32182
commit 4e1b0b1272
1 changed files with 0 additions and 3 deletions

View File

@ -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);