summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-22 11:02:42 -0400
committerDavid Tardon <dtardon@redhat.com>2013-06-22 15:23:27 +0200
commit0291994f133644683e5d4fdea91c61471531bc93 (patch)
tree37668b20f9ac3f64a4ad5267955cbac98ea0dba6
parent15f79efe1522389d52d068d620beaa268aaebdeb (diff)
fix debug build on s390x
Change-Id: Ic1d5e98f371727f0c452495d5f9cb40ec73ffe9d
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
index c2bfe5ef912c..8242ed1434c8 100644
--- a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx
@@ -375,7 +375,6 @@ static typelib_TypeClass cpp_mediate(
}
// determine called method
- OSL_ENSURE( nVtableCall < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index!" );
sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex];
OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" );