[Stgt-devel] [PATCH] spt warning fix

Pete Wyckoff pw
Mon Jul 30 19:29:44 CEST 2007


Remove unused variable.

Signed-off-by: Pete Wyckoff <pw at osc.edu>
---
 usr/spt.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/usr/spt.c b/usr/spt.c
index 6ad36f8..509e06d 100644
--- a/usr/spt.c
+++ b/usr/spt.c
@@ -64,7 +64,6 @@ struct backingstore_template sg_bst = {
 static int spt_cmd_perform(int host_no, struct scsi_cmd *cmd)
 {
 	int ret;
-	struct device_type_operations *ops;
 
 	if (!cmd->dev) {
 		cmd->len = 0;
-- 
1.5.2.4




More information about the stgt mailing list