From cf4c62ca1db3a4ecfbc456d03d0c941455f1728a Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 24 Feb 2016 20:33:57 -0800 Subject: [PATCH] Remove unneeded symbol from main_ios.mm We don't appear to need this hack anymore. --- sky/shell/platform/ios/main_ios.mm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sky/shell/platform/ios/main_ios.mm b/sky/shell/platform/ios/main_ios.mm index 58a57f5e929..eb85836541a 100644 --- a/sky/shell/platform/ios/main_ios.mm +++ b/sky/shell/platform/ios/main_ios.mm @@ -7,16 +7,6 @@ #include "sky/shell/platform/mac/platform_mac.h" -extern "C" { -// TODO(csg): HACK! boringssl accesses this on Android using a weak symbol -// instead of a global. Till the patch for that lands and propagates to Sky, we -// specify the same here to get workable builds on iOS. This is a hack! Will -// go away. -unsigned long getauxval(unsigned long type) { - return 0; -} -} - int main(int argc, const char * argv[]) { return PlatformMacMain(argc, argv, ^(){ return UIApplicationMain(argc, (char **)argv, nil,