summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorroot <root@fedora1.s390.bos.redhat.com>2013-06-14 04:21:18 -0400
committerDavid Tardon <dtardon@redhat.com>2013-06-16 07:52:31 +0200
commite17ab68dbdc7cae8488b39407908d2d218011a2f (patch)
treeab69b588178bdd353219aa2e91f3c372e6d16b52 /bridges
parente7d0b214589dbd623d14219990198ccb804eff6d (diff)
fix debug build on s390
... by removing obsolete OSL_ENSURE. nVtableCall was renamed to nFunctionIndex and the same check is done a couple of lines above. Change-Id: Id52b69adceb337049c50a599aefc718498d688c0
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
index 5e97cdd35249..2240df0d2cbb 100644
--- a/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx
@@ -354,7 +354,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!" );