diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-10-11 03:37:15 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-10-11 03:37:15 +0000 |
commit | b6cb5e083752b05d775c1dda578df4ec43953fcc (patch) | |
tree | 93b8734c80a1ed67776277384ebc69cba179e87e /bin/chio | |
parent | fb5b53b451e2a6fcd78e2f19588719be28974b4e (diff) |
remove unused var
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index a691efbecd5..323091a799f 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chio.c,v 1.29 2021/10/24 21:24:21 deraadt Exp $ */ +/* $OpenBSD: chio.c,v 1.30 2022/10/11 03:37:14 jsg Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -865,8 +865,6 @@ bits_to_string(int v, const char *cp) static void usage(void) { - int i; - fprintf(stderr, "usage: %s [-f changer] command [arg ...]\n", __progname); exit(1); |