- fix build
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sat, 14 Mar 2015 17:53:52 +0000 (17:53 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sat, 14 Mar 2015 17:53:52 +0000 (17:53 +0000)
svn path=/trunk/; revision=66710

reactos/drivers/wdm/audio/legacy/wdmaud/entry.c

index 78cc432..ee30484 100644 (file)
@@ -74,7 +74,6 @@ WdmAudTimerRoutine(
     IN PVOID Context)
 {
     PWDMAUD_DEVICE_EXTENSION DeviceExtension;
-    NTSTATUS Status;
 
     /* get device extension */
     DeviceExtension = (PWDMAUD_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
@@ -92,8 +91,6 @@ WdmaudAddDevice(
     IN PDRIVER_OBJECT DriverObject,
     IN PDEVICE_OBJECT PhysicalDeviceObject)
 {
-    UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\wdmaud");
-    UNICODE_STRING SymlinkName = RTL_CONSTANT_STRING(L"\\DosDevices\\wdmaud");
     PDEVICE_OBJECT DeviceObject;
     NTSTATUS Status;
     PWDMAUD_DEVICE_EXTENSION DeviceExtension;