Remove unused var.

This commit is contained in:
Poul-Henning Kamp 1995-11-20 12:14:40 +00:00
parent bf6a29da66
commit 78535df223
2 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: 93cx6.c,v 1.2 1995/09/05 23:51:58 gibbs Exp $
* $Id: 93cx6.c,v 1.3 1995/11/14 09:58:47 phk Exp $
*/
/*
@ -92,7 +92,6 @@ int read_seeprom (u_long offset,
u_short MS /* mode select */)
{
int i = 0, k = 0;
int wait;
unsigned char temp;
/*

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)kern_xxx.c 8.2 (Berkeley) 11/14/93
* $Id: kern_xxx.c,v 1.18 1995/11/12 07:04:30 bde Exp $
* $Id: kern_xxx.c,v 1.19 1995/11/14 09:10:45 phk Exp $
*/
#include <sys/param.h>
@ -208,7 +208,7 @@ uname(p, uap, retval)
struct uname_args *uap;
int *retval;
{
int name[2], len, rtval, junk;
int name[2], len, rtval;
char *s, *us;
name[0] = CTL_KERN;