summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-03 12:37:19 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-03 12:37:19 +0000
commitf8c18461e6e6459a4e13c05fb964dddfa810dae0 (patch)
tree8875917c32478ee42fba31355876ef2d27fa7398
parent724cb46a72f6a7b3bf972aa360229adde66ea7f2 (diff)
XPath: Removed redundant whitespace skipping
git-svn-id: http://pugixml.googlecode.com/svn/trunk@625 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--src/pugixpath.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp
index efb170b..0bd6ea2 100644
--- a/src/pugixpath.cpp
+++ b/src/pugixpath.cpp
@@ -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