From 75502c90be7a7e3b3c11aaefab5613c416327c3b Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 16:18:02 -0500 Subject: [PATCH] lib/string_experimentations: fixes unread variables Signed-off-by: Alexandre Terrasa --- lib/string_experimentations/utf8.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/string_experimentations/utf8.nit b/lib/string_experimentations/utf8.nit index 34edd00..83641d1 100644 --- a/lib/string_experimentations/utf8.nit +++ b/lib/string_experimentations/utf8.nit @@ -308,7 +308,6 @@ redef class FlatString var index = self.index var ipos = 0 var max = length - var items = self.items while ipos < max do var u = index[ipos].to_upper @@ -330,7 +329,6 @@ redef class FlatString var index = self.index var ipos = 0 var max = length - var items = self.items while ipos < max do var u = index[ipos].to_lower -- 1.7.9.5