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) {