diff options
-rw-r--r-- | src/pugixpath.cpp | 2 |
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 |