diff options
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx index 9750b6acca0b..77d5e4afa61a 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx @@ -140,8 +140,6 @@ namespace #endif // For armhf we get the floating point arguments from a different area of the stack -// TODO: deal with functions with more than 8 floating point args that need to overflow -// to the stack. Find such an UNO API to try on. #ifdef __ARM_PCS_VFP if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT) { |