summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authornicm <nicm>2017-06-04 09:02:57 +0000
committernicm <nicm>2017-06-04 09:02:57 +0000
commit467ece53e63e0520db16c290f2865db95a4aa0f7 (patch)
treeb8fb52a0c0ac199bf26f37f3432b58e05ccf2146 /utf8.c
parent8149bc3fa6e93cb083b165a21baa5ec07dd473dc (diff)
Remove unused variable.
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) {