diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-16 14:15:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-16 15:00:12 +0100 |
commit | 3c1b0a5a67d10798e5d1ca391f7c5eb95e6f1aea (patch) | |
tree | 43e2b874e7630dd8a4b5bd50dc1d3a2854a8e44e /ucb | |
parent | b04c1479baf77588d5eb12a56070a46b82617c68 (diff) |
Remove nonsense line (causing debug-mode glibc to report an error).
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/inc/regexpmap.tpt | 1 |
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(); } |