Browse Source

[SCSI] atari_NCR5380: Remove obsolete variable oldto

commit 8ce7955aa52c37db1425ea4bd4edcfa67e253454 ("[SCSI] atari_NCR5380:
update_timeout removal") removed all users, but not the avtual variable.

Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Geert Uytterhoeven 14 years ago
parent
commit
545a876e4b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/scsi/atari_NCR5380.c

+ 0 - 1
drivers/scsi/atari_NCR5380.c

@@ -914,7 +914,6 @@ static int NCR5380_queue_command_lck(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
 {
 	SETUP_HOSTDATA(cmd->device->host);
 	Scsi_Cmnd *tmp;
-	int oldto;
 	unsigned long flags;
 
 #if (NDEBUG & NDEBUG_NO_WRITE)