Wrapper functions are no longer used (see the past few commits), so that comment was removed from bleh_darwin.m. That comment also had the wrong filename all this time (bleh_darwin.go instead of objc_darwin.go).

This commit is contained in:
Pietro Gagliardi 2014-04-04 20:36:19 -04:00
parent e35457b968
commit 9488824240
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ The main culprits are:
- 32-bit/64-bit type differences that are more than just a different typedef
- wrong documentation
though this is not always the case.
Go wrapper functions (bleh_darwin.go) call these directly and take care of stdint.h -> Go type conversions.
*/
#include "objc_darwin.h"