diff options
author | nicm <nicm> | 2017-06-04 09:02:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-04 09:02:57 +0000 |
commit | 467ece53e63e0520db16c290f2865db95a4aa0f7 (patch) | |
tree | b8fb52a0c0ac199bf26f37f3432b58e05ccf2146 /utf8.c | |
parent | 8149bc3fa6e93cb083b165a21baa5ec07dd473dc (diff) | |
download | rtmux-467ece53e63e0520db16c290f2865db95a4aa0f7.tar.gz rtmux-467ece53e63e0520db16c290f2865db95a4aa0f7.tar.bz2 rtmux-467ece53e63e0520db16c290f2865db95a4aa0f7.zip |
Remove unused variable.
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |