summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-08-16 23:48:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-08-17 00:04:04 +0900
commitdca2588b6430e084eb708cfe69d36c3d46a5411e (patch)
treec1b976e0a729ac025b6587d6c5e3810fc6a7b6d9 /bridges
parentc85c4bd785eb4704e7c356dfb8ae35a8d4ede2a6 (diff)
cppcheck: remove assigned but unused variable
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx
index ddaf1f368413..2680ff460e71 100644
--- a/bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx
@@ -516,7 +516,6 @@ void unoInterfaceProxyDispatch(
// is my surrogate
bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
= static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
- typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr;
switch (pMemberDescr->eTypeClass)
{