From 467ece53e63e0520db16c290f2865db95a4aa0f7 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 4 Jun 2017 09:02:57 +0000 Subject: [PATCH] Remove unused variable. --- utf8.c | 1 - 1 file changed, 1 deletion(-) diff --git a/utf8.c b/utf8.c index 099541fe..b25ac06b 100644 --- a/utf8.c +++ b/utf8.c @@ -214,7 +214,6 @@ utf8_isvalid(const char *s) struct utf8_data ud; const char *end; enum utf8_state more; - size_t i; end = s + strlen(s); while (s < end) {