From 5b7132ef6a3dc98a9b737b685bb4385da2a88dc2 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sat, 14 Mar 2015 17:53:52 +0000 Subject: [PATCH] - fix build svn path=/trunk/; revision=66710 --- reactos/drivers/wdm/audio/legacy/wdmaud/entry.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/drivers/wdm/audio/legacy/wdmaud/entry.c b/reactos/drivers/wdm/audio/legacy/wdmaud/entry.c index 78cc432e95a..ee304845bb7 100644 --- a/reactos/drivers/wdm/audio/legacy/wdmaud/entry.c +++ b/reactos/drivers/wdm/audio/legacy/wdmaud/entry.c @@ -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;