Remove an unused variable.
This commit is contained in:
parent
bf5767dcea
commit
42db966caf
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: zs.c,v 1.119 2010/06/26 01:42:57 tsutsui Exp $ */
|
||||
/* $NetBSD: zs.c,v 1.120 2010/06/26 03:39:53 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.119 2010/06/26 01:42:57 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.120 2010/06/26 03:39:53 tsutsui Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
@ -608,8 +608,6 @@ zs_print(void *aux, const char *name)
|
||||
return (UNCONF);
|
||||
}
|
||||
|
||||
static volatile int zssoftpending;
|
||||
|
||||
/*
|
||||
* Our ZS chips all share a common interrupt level,
|
||||
* but we establish zshard handler per each ZS chips
|
||||
|
Loading…
Reference in New Issue
Block a user