Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 14:30:42 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        scsi@FreeBSD.org
Subject:   Request for review: WARNS fix
Message-ID:  <20020420213042.GA21129@athlon.pn.xcllnt.net>

next in thread | raw e-mail | index | archive | help

Guys,

The quantum variable is defined but not used:

Index: scsi/scsi_all.c
===================================================================
RCS file: /home/ncvs/src/sys/cam/scsi/scsi_all.c,v
retrieving revision 1.32
diff -u -r1.32 scsi_all.c
--- scsi/scsi_all.c	1 Apr 2002 05:41:33 -0000	1.32
+++ scsi/scsi_all.c	20 Apr 2002 03:52:59 -0000
@@ -701,8 +701,6 @@
 	asc, ascq, action, empty_string
 #endif 
 
-static const char quantum[] = "QUANTUM";
-
 const struct sense_key_table_entry sense_key_table[] = 
 {
 	{ SSD_KEY_NO_SENSE, SS_NOP, "NO SENSE" },

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020420213042.GA21129>