Remove unused variable.

This commit is contained in:
Matt Jacob 2007-06-10 04:51:03 +00:00
parent ad37a275f6
commit fc2ca23fa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170489

View File

@ -262,7 +262,6 @@ MODULE_DEPEND(ufoma, ucom, UCOM_MINVER, UCOM_PREFVER, UCOM_MAXVER);
USB_MATCH(ufoma)
{
uByte *mode;
USB_MATCH_START(ufoma, uaa);
usb_interface_descriptor_t *id;
usb_config_descriptor_t *cd;
@ -291,7 +290,6 @@ USB_MATCH(ufoma)
return (UMATCH_NONE);
}
mode = mode;
#if 0
if(mad->bType != UMCPC_ACM_TYPE_AB5){
return UMATCH_NONE;