From 8423870bde07b680f7cc99e1b400f20eb2346411 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 25 Oct 2008 14:40:55 +0000 Subject: [PATCH] Remove unused field git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1078 42af7a65-404d-4744-a932-0658087f49c3 --- drivers/usbdev/usbdev_storage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usbdev/usbdev_storage.h b/drivers/usbdev/usbdev_storage.h index 9f42d1567f..400103fa21 100644 --- a/drivers/usbdev/usbdev_storage.h +++ b/drivers/usbdev/usbdev_storage.h @@ -380,8 +380,6 @@ struct usbstrg_dev_s ubyte nluns:4; /* Number of LUNs */ ubyte config; /* Configuration number */ - ubyte nwrq; /* Number of queue write requests (in wrreqlist)*/ - ubyte nrdq; /* Number of queue read requests (in epbulkout) */ /* Endpoints */ @@ -389,7 +387,7 @@ struct usbstrg_dev_s FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */ FAR struct usbdev_req_s *ctrlreq; /* Control request (for ep0 setup responses) */ - /* SCSI commands */ + /* SCSI command processing */ struct usbstrg_lun_s *lun; /* Currently selected LUN */ struct usbstrg_lun_s *luntab; /* Allocated table of all LUNs */