summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 0 insertions, 1 deletions
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) {