artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9ffca
)
Remove unused variable.
author
nicm
<nicm@openbsd.org>
Sun, 4 Jun 2017 09:02:57 +0000
(09:02 +0000)
committer
nicm
<nicm@openbsd.org>
Sun, 4 Jun 2017 09:02:57 +0000
(09:02 +0000)
usr.bin/tmux/utf8.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/utf8.c
b/usr.bin/tmux/utf8.c
index
53627d2
..
c0de715
100644
(file)
--- a/
usr.bin/tmux/utf8.c
+++ b/
usr.bin/tmux/utf8.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: utf8.c,v 1.3
8 2017/06/04 09:02:36
nicm Exp $ */
+/* $OpenBSD: utf8.c,v 1.3
9 2017/06/04 09:02:57
nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-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) {