- Remove deprecated GCC 4.4 hack

svn path=/trunk/; revision=43187
This commit is contained in:
Stefan Ginsberg 2009-09-27 13:20:44 +00:00
parent dc0fc114d6
commit 0e4aca0ab4

View 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);