From 338cbc0540c810dec2b32bae39f7d367b2d73396 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 5 Apr 2014 12:39:27 -0400 Subject: Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwin.m) as the //export issue that required that no longer applies. --- objc_darwin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 4c1b77a..05f39e3 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -20,9 +20,6 @@ The format should be self-explanatory. #include -/* for delegate_darwin.go */ -extern Class NilClass; - /* for listbox_darwin.go */ extern id *_NSObservedObjectKey; -- cgit v1.2.3