Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151920920
D51867.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D51867.diff
View Options
diff --git a/tools/tools/usbtest/usb_msc_test.c b/tools/tools/usbtest/usb_msc_test.c
--- a/tools/tools/usbtest/usb_msc_test.c
+++ b/tools/tools/usbtest/usb_msc_test.c
@@ -952,7 +952,6 @@
struct libusb20_interface *iface;
struct libusb20_endpoint *ep;
uint8_t x;
- uint8_t y;
uint8_t z;
*in_ep = 0;
@@ -966,9 +965,6 @@
return;
for (x = 0; x != pcfg->num_interface; x++) {
-
- y = alt_setting;
-
iface = (pcfg->interface + x);
if ((iface->desc.bInterfaceClass == class) &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 1:13 PM (15 h, 49 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31350109
Default Alt Text
D51867.diff (500 B)
Attached To
Mode
D51867: usbtest: fix usbtest compilation error about unused variable
Attached
Detach File
Event Timeline
Log In to Comment