- Remove deprecated GCC 4.4 hack
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 27 Sep 2009 13:20:44 +0000 (13:20 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 27 Sep 2009 13:20:44 +0000 (13:20 +0000)
svn path=/trunk/; revision=43187

reactos/drivers/wdm/audio/backpln/portcls/unregister.cpp

index c6a615b..cca2c6e 100644 (file)
@@ -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);