diff options
author | 2016-03-01 12:02:54 +0000 | |
---|---|---|
committer | 2016-03-01 12:02:54 +0000 | |
commit | 5dadb9c3782edbcbdd478311ef15355eecdcfa65 (patch) | |
tree | 6e6c2c4a524f575fe2f1b8427800e7f155b9feec /usr.bin/tmux/tmux.c | |
parent | Use system wcwidth() instead of carrying around UTF-8 width tables. (diff) | |
download | wireguard-openbsd-5dadb9c3782edbcbdd478311ef15355eecdcfa65.tar.xz wireguard-openbsd-5dadb9c3782edbcbdd478311ef15355eecdcfa65.zip |
Remove unused variables, from Michal Mazurek.
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r-- | usr.bin/tmux/tmux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 98096297759..2c86f991bbd 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.165 2016/03/01 12:02:08 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.166 2016/03/01 12:02:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -188,7 +188,6 @@ main(int argc, char **argv) const char *s; int opt, flags, keys; - setlocale(LC_CTYPE, "en_US.UTF-8"); setlocale(LC_TIME, ""); |