From 93e531565d1fac4022f4a065f5855f59e1b54ca1 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 16:18:13 -0500 Subject: [PATCH] lib/template: fixes unread variables Signed-off-by: Alexandre Terrasa --- lib/template/macro.nit | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/template/macro.nit b/lib/template/macro.nit index 2796a3c..365e590 100644 --- a/lib/template/macro.nit +++ b/lib/template/macro.nit @@ -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 -- 1.7.9.5