Kaydet (Commit) 3c1b0a5a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove nonsense line (causing debug-mode glibc to report an error).

üst b04c1479
...@@ -152,7 +152,6 @@ RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMapImpl< Val > * pTheMap, ...@@ -152,7 +152,6 @@ RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMapImpl< Val > * pTheMap,
if (bBegin) if (bBegin)
{ {
m_nList = -1; m_nList = -1;
m_aIndex = typename List< Val >::iterator();
if (!m_pMap->m_pDefault) if (!m_pMap->m_pDefault)
next(); next();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment