summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-17 14:42:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-17 14:43:29 +0100
commitac6833f97921981050722bee3d3cfa13f0897566 (patch)
tree93a5722d48af1bc2f031f6fcecc65d13551a10b6 /bridges
parent7606616cdd78d14fac485af225a220651187910d (diff)
remove "TODO: add test" which is now done
since 99bf0c318b89c7d6acee364161b34b13d348a3bb Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx2
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)
{