From ac6833f97921981050722bee3d3cfa13f0897566 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 17 May 2012 14:42:37 +0100 Subject: remove "TODO: add test" which is now done since 99bf0c318b89c7d6acee364161b34b13d348a3bb Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be --- bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx | 2 -- 1 file changed, 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) { -- cgit