lib/template: fixes unread variables
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:18:13 +0000 (16:18 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:18:13 +0000 (16:18 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/template/macro.nit

index 2796a3c..365e590 100644 (file)
@@ -150,7 +150,6 @@ class TemplateString
        # Also build `self` template parts using original template text.
        private fun parse do
                var text = tpl_text
-               var chars = text.chars
                var pos = 0
                var out = new FlatBuffer
                var start_pos: Int