[FS_REC]
[reactos.git] / reactos / drivers / filesystems / msfs / finfo.c
index 16c6496..5772865 100644 (file)
@@ -18,7 +18,6 @@
 #define MAILSLOT_NO_MESSAGE   MAXULONG
 #define MAILSLOT_WAIT_FOREVER MAXULONG
 
-
 /* FUNCTIONS *****************************************************************/
 
 static NTSTATUS
@@ -76,7 +75,6 @@ MsfsQueryInformation(PDEVICE_OBJECT DeviceObject,
     PIO_STACK_LOCATION IoStack;
     FILE_INFORMATION_CLASS FileInformationClass;
     PFILE_OBJECT FileObject;
-    PMSFS_DEVICE_EXTENSION DeviceExtension;
     PMSFS_FCB Fcb;
     PMSFS_CCB Ccb;
     PVOID SystemBuffer;
@@ -88,7 +86,6 @@ MsfsQueryInformation(PDEVICE_OBJECT DeviceObject,
 
     IoStack = IoGetCurrentIrpStackLocation (Irp);
     FileInformationClass = IoStack->Parameters.QueryFile.FileInformationClass;
-    DeviceExtension = DeviceObject->DeviceExtension;
     FileObject = IoStack->FileObject;
     Fcb = (PMSFS_FCB)FileObject->FsContext;
     Ccb = (PMSFS_CCB)FileObject->FsContext2;