MFp4 //depot/projects/usb@159797

Remove unused field in "struct usb2_pipe".

Submitted by:	Hans Petter Selasky
This commit is contained in:
thompsa 2009-04-05 18:19:00 +00:00
parent c1fafa98d7
commit 3e22f2aa04

View File

@ -44,7 +44,6 @@ struct usb2_clear_stall_msg {
struct usb2_pipe {
struct usb2_xfer_queue pipe_q; /* queue of USB transfers */
struct usb2_xfer *xfer_block; /* blocking USB transfer */
struct usb2_endpoint_descriptor *edesc;
struct usb2_pipe_methods *methods; /* set by HC driver */