# HG changeset patch # User cmlenz # Date 1183070210 0 # Node ID 82e37439c5f4068f2683c4f028cb8661734e7905 # Parent 0449396999c57f591f4c598159feee38964eb2a2 Remove an unused line of code. diff --git a/genshi/template/interpolation.py b/genshi/template/interpolation.py --- a/genshi/template/interpolation.py +++ b/genshi/template/interpolation.py @@ -139,7 +139,6 @@ elif not escaped and next == PREFIX: if offset > pos: yield False, text[pos:offset] - pos = offset escaped = True pos = offset + 1