mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-28 14:48:43 +08:00
XPath: Removed redundant whitespace skipping
git-svn-id: http://pugixml.googlecode.com/svn/trunk@625 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
724cb46a72
commit
f8c18461e6
@ -1209,8 +1209,6 @@ namespace pugi
|
|||||||
|
|
||||||
m_cur_lexeme_contents.end = cur;
|
m_cur_lexeme_contents.end = cur;
|
||||||
|
|
||||||
while (IS_CHARTYPEX(*cur, ctx_space)) ++cur;
|
|
||||||
|
|
||||||
m_cur_lexeme = lex_string;
|
m_cur_lexeme = lex_string;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user