diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-05 12:39:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-05 12:39:27 -0400 |
| commit | 338cbc0540c810dec2b32bae39f7d367b2d73396 (patch) | |
| tree | fb2f34f91b46b9c950d451246a99accad434cfb7 /objc_darwin.h | |
| parent | b97e6b864f2bb6c3ffbc12cba81f3be250f48d92 (diff) | |
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.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdint.h> -/* for delegate_darwin.go */ -extern Class NilClass; - /* for listbox_darwin.go */ extern id *_NSObservedObjectKey; |
