diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 20:36:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 20:36:19 -0400 |
| commit | 9488824240943af4c88cc0368c87b5d26851f016 (patch) | |
| tree | e941e8cd8e2ad4dedda6bd38f5348fd862f3af3a | |
| parent | e35457b9684f23657e12832266bff477eb55a2ad (diff) | |
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).
| -rw-r--r-- | bleh_darwin.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m index 45df9d5..f366379 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -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" |
