summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-16 14:15:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-16 15:00:12 +0100
commit3c1b0a5a67d10798e5d1ca391f7c5eb95e6f1aea (patch)
tree43e2b874e7630dd8a4b5bd50dc1d3a2854a8e44e /ucb
parent-lz was sucked in by freetype (diff)
downloadcore-3c1b0a5a67d10798e5d1ca391f7c5eb95e6f1aea.tar.gz
core-3c1b0a5a67d10798e5d1ca391f7c5eb95e6f1aea.zip
Remove nonsense line (causing debug-mode glibc to report an error).
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/inc/regexpmap.tpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/inc/regexpmap.tpt b/ucb/source/inc/regexpmap.tpt
index 9d4a7fb69c82..4fe69a66fadb 100644
--- a/ucb/source/inc/regexpmap.tpt
+++ b/ucb/source/inc/regexpmap.tpt
@@ -152,7 +152,6 @@ RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMapImpl< Val > * pTheMap,
if (bBegin)
{
m_nList = -1;
- m_aIndex = typename List< Val >::iterator();
if (!m_pMap->m_pDefault)
next();
}