From 5facd232c181e3bd47f1140245bd32a5efb2b21b Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sun, 11 Mar 2018 17:19:05 +0100 Subject: iOS, removed unneeded #ifdef arm64 Change-Id: Ie568c461ae834b33b9220c4b9fb42ec66b5e7ce0 --- bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx index 0ca1401ba960..17ed29f60789 100644 --- a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef __arm64 - // For iOS devices (64-bit ARM). Originally a copy of // ../gcc3_linux_arm/cpp2uno.cxx. @@ -555,7 +553,6 @@ unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions( return code; } -#endif void bridges::cpp_uno::shared::VtableFactory::flushCode( -- cgit