- Fix 2 warnings (properly comment out unused code)

svn path=/trunk/; revision=35886
This commit is contained in:
Stefan Ginsberg 2008-09-02 15:07:27 +00:00
parent 923270b5f3
commit 95880cc2dd

View file

@ -111,8 +111,8 @@ DriverEntry(
IN PDRIVER_OBJECT Context1,
IN PUNICODE_STRING Context2)
{
PDEVICE_OBJECT DeviceObject;
UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\MPU401Static");
//PDEVICE_OBJECT DeviceObject;
//UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\MPU401Static");
// KeBugCheck(0x0000007F);
DPRINT1("MPU401_KS DriverEntry called, redirecting to PcInitializeAdapterDriver\n");