0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +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:
arseny.kapoulkine 2010-08-03 12:37:19 +00:00
parent 724cb46a72
commit f8c18461e6

View File

@ -1209,8 +1209,6 @@ namespace pugi
m_cur_lexeme_contents.end = cur;
while (IS_CHARTYPEX(*cur, ctx_space)) ++cur;
m_cur_lexeme = lex_string;
}
else