From 9488824240943af4c88cc0368c87b5d26851f016 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 4 Apr 2014 20:36:19 -0400 Subject: [PATCH] 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). --- bleh_darwin.m | 2 -- 1 file changed, 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"