Remove unused field

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1078 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-10-25 14:40:55 +00:00
parent 77c22b0d7f
commit 8423870bde

View file

@ -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 */