From 0e4aca0ab4cbc55c484eccf4180366bc2e59a07a Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 27 Sep 2009 13:20:44 +0000 Subject: [PATCH] - Remove deprecated GCC 4.4 hack svn path=/trunk/; revision=43187 --- reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp b/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp index c6a615bc0cf..cca2c6e0f5d 100644 --- a/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp +++ b/reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp @@ -74,12 +74,6 @@ CUnregisterSubdevice::UnregisterSubdevice( PC_ASSERT_IRQL_EQUAL(PASSIVE_LEVEL); -#if defined(__GNUC__) && \ - (__GNUC__ * 100 + __GNUC_MINOR__ == 404) - /* Silence incorrect GCC 4.4.x warning */ - SubDeviceEntry = NULL; -#endif - DeviceExtension = (PPCLASS_DEVICE_EXTENSION)DeviceObject->DeviceExtension; PC_ASSERT(DeviceExtension); -- 2.17.1