- Remove broken assert

svn path=/trunk/; revision=55941
This commit is contained in:
Johannes Anderwald 2012-03-01 14:13:21 +00:00
parent 1de7f626b6
commit 348d7d4625

View file

@ -868,11 +868,6 @@ CreateDeviceIds(
} }
else else
{ {
//
// sanity checks for simple usb device
//
ASSERT(ConfigurationDescriptor->bNumInterfaces == 1);
// //
// FIXME: support multiple configurations // FIXME: support multiple configurations
// //