[ros-diffs] [sginsberg] 35886: - Fix 2 warnings (properly comment out unused code)

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Wed Sep 3 14:39:07 CEST 2008


Author: sginsberg
Date: Tue Sep  2 17:07:27 2008
New Revision: 35886

URL: http://svn.reactos.org/svn/reactos?rev=35886&view=rev
Log:
- Fix 2 warnings (properly comment out unused code)

Modified:
    trunk/reactos/drivers/wdm/audio/drivers/mpu401/adapter.cpp

Modified: trunk/reactos/drivers/wdm/audio/drivers/mpu401/adapter.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/mpu401/adapter.cpp?rev=35886&r1=35885&r2=35886&view=diff
==============================================================================
--- trunk/reactos/drivers/wdm/audio/drivers/mpu401/adapter.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/drivers/mpu401/adapter.cpp [iso-8859-1] Tue Sep  2 17:07:27 2008
@@ -111,8 +111,8 @@
     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");



More information about the Ros-diffs mailing list