mirror of
https://github.com/openbsd/src.git
synced 2025-01-02 22:35:36 -08:00
remove unused var
This commit is contained in:
parent
725f26169b
commit
dcc5d0ad5b
@ -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 $ */
|
/* $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
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
|
|
||||||
fprintf(stderr, "usage: %s [-f changer] command [arg ...]\n",
|
fprintf(stderr, "usage: %s [-f changer] command [arg ...]\n",
|
||||||
__progname);
|
__progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user