# HG changeset patch # User cmlenz # Date 1183070210 0 # Node ID 74b89383da3fb0c04145e83320d09c161a61cd81 # Parent afe7f86383078e91cbed6b9b5f56f3675b75255e 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