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/m... ============================================================================== --- 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");