mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix 2 warnings (properly comment out unused code)
svn path=/trunk/; revision=35886
This commit is contained in:
parent
923270b5f3
commit
95880cc2dd
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue