diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-08 01:09:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-08 01:24:21 +0300 |
commit | ff26976702079a353c5039843bfcc911bc46d0cd (patch) | |
tree | 32c33e0fd57bc85d502fbb13160f8c20fd474f75 /bridges | |
parent | 0dd717b139f3d7a898aa01936e835fb40fd734af (diff) |
No need for that #else #error, breaks compilation for the simulator
Change-Id: I5703b269380bbaefd503780b8d396552e6517ddc
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios_arm/share.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx index d4a11be6adc4..fec1f350fe5e 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx +++ b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx @@ -61,8 +61,6 @@ namespace arm MAX_FPR_REGS = 8 }; bool return_in_x8( typelib_TypeDescriptionReference *pTypeRef ); -#else -#error wtf #endif } |