Removed a leftover declaration in objc_darwin.h.
This commit is contained in:
parent
e5a4f32182
commit
4e1b0b1272
|
@ -16,9 +16,6 @@ The format should be self-explanatory.
|
||||||
|
|
||||||
#include <stdint.h>
|
#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)
|
inline id objc_msgSend_noargs(id obj, SEL sel)
|
||||||
{
|
{
|
||||||
return objc_msgSend(obj, sel);
|
return objc_msgSend(obj, sel);
|
||||||
|
|
Loading…
Reference in New Issue