Remove unused variable.

This commit is contained in:
mycroft 1996-09-28 03:37:36 +00:00
parent aaad0e1149
commit 4cd799d5a9
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp.c,v 1.18 1996/09/28 03:16:56 mycroft Exp $ */
/* $NetBSD: esp.c,v 1.19 1996/09/28 03:37:36 mycroft Exp $ */
#ifdef __sparc__
#define SPARC_DRIVER
@ -1198,7 +1198,6 @@ gotit:
*/
switch (sc->sc_state) {
struct esp_ecb *ecb;
struct scsi_link *sc_link;
struct esp_tinfo *ti;
case ESP_CONNECTED:

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp.c,v 1.56 1996/09/28 03:21:04 mycroft Exp $ */
/* $NetBSD: esp.c,v 1.57 1996/09/28 03:37:38 mycroft Exp $ */
#ifdef __sparc__
#define SPARC_DRIVER
@ -1198,7 +1198,6 @@ gotit:
*/
switch (sc->sc_state) {
struct esp_ecb *ecb;
struct scsi_link *sc_link;
struct esp_tinfo *ti;
case ESP_CONNECTED: