Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).

svn path=/branches/ntvdm/; revision=59665
This commit is contained in:
Hermès Bélusca-Maïto 2013-08-07 14:57:30 +00:00
commit f66525ee02
404 changed files with 31475 additions and 5237 deletions

View file

@ -308,7 +308,6 @@ CUSBDevice::SetDeviceAddress(
{
PUSB_DEFAULT_PIPE_SETUP_PACKET CtrlSetup;
NTSTATUS Status;
UCHAR OldAddress;
UCHAR Index;
DPRINT1("[%s] SetDeviceAddress> Address %x\n", m_USBType, DeviceAddress);
@ -341,9 +340,6 @@ CUSBDevice::SetDeviceAddress(
// lets have a short nap
KeStallExecutionProcessor(300);
// back up old address
OldAddress = m_DeviceAddress;
// store new device address
m_DeviceAddress = DeviceAddress;