1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove unused variables

ok mmcc@
This commit is contained in:
chl 2015-12-27 01:28:02 +00:00
parent d2012e0980
commit 3fc7680a4e

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mach.c,v 1.16 2015/11/05 08:40:34 guenther Exp $ */
/* $OpenBSD: mach.c,v 1.17 2015/12/27 01:28:02 chl Exp $ */
/* $NetBSD: mach.c,v 1.5 1995/04/28 22:28:48 mycroft Exp $ */
/*-
@ -458,7 +458,7 @@ doword(int pause, int r, int c)
void
findword(void)
{
int c, col, found, i, r, row;
int c, found, i, r;
char buf[MAXWORDLEN + 1];
extern int usedbits, wordpath[];
extern char **mword, **pword;