diff options
author | jan Iversen <jani@libreoffice.org> | 2018-03-11 17:19:05 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-03-11 17:22:03 +0100 |
commit | 5facd232c181e3bd47f1140245bd32a5efb2b21b (patch) | |
tree | 8e3b4dcd13e737cfd6793199541566a117ebf8e6 /bridges/source | |
parent | 6ec77e28f131a03cd6209ef3de5bd8afb2442086 (diff) |
iOS, removed unneeded #ifdef arm64
Change-Id: Ie568c461ae834b33b9220c4b9fb42ec66b5e7ce0
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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( |