From e872a73e5350a01ea9b8cf8a4e12c4d92a3a9b7b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 30 Nov 2010 13:42:34 +0000 Subject: cppcheck: unused variable --- bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx index 04ceddab4c5f..af8f37c0aa71 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx @@ -480,9 +480,8 @@ void unoInterfaceProxyDispatch( void * pReturn, void * pArgs[], uno_Any ** ppException ) { // is my surrogate - bridges::cpp_uno::shared::UnoInterfaceProxy * pThis - = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); - typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr; + bridges::cpp_uno::shared::UnoInterfaceProxy * pThis + = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); switch (pMemberDescr->eTypeClass) { -- cgit