sys: remove IoUnregisterFileSystem from DriverUnload

This commit is contained in:
Bill Zissimopoulos 2015-11-18 10:10:01 -08:00
parent f52e36e76e
commit 280c41eef4

View File

@ -110,7 +110,6 @@ FspUnload(
if (0 != FspDeviceObject) if (0 != FspDeviceObject)
{ {
IoUnregisterFileSystem(FspDeviceObject);
IoDeleteDevice(FspDeviceObject); IoDeleteDevice(FspDeviceObject);
FspDeviceObject = 0; FspDeviceObject = 0;
} }