* Sync up to trunk head (r65353).
[reactos.git] / drivers / storage / classpnp / obsolete.c
index cc70603..0e2ddf2 100644 (file)
@@ -24,7 +24,6 @@ Revision History:
 --*/
 
 #include "classp.h"
-#include "debug.h"
 
 PIRP NTAPI ClassRemoveCScanList(IN PCSCAN_LIST List);
 VOID NTAPI ClasspInitializeCScanList(IN PCSCAN_LIST List);
@@ -316,7 +315,7 @@ RetryRequest()
 Routine Description:
 
     This is a wrapper around the delayed retry DPC routine, RetryRequestDPC.
-    This reinitalizes the necessary fields, queues the request, and sets
+    This reinitializes the necessary fields, queues the request, and sets
     a timer to call the DPC if someone hasn't already done so.
 
 Arguments:
@@ -346,7 +345,6 @@ RetryRequest(
     ULONG RetryInterval
     )
 {
-    PCOMMON_DEVICE_EXTENSION commonExtension = DeviceObject->DeviceExtension;
     PIO_STACK_LOCATION currentIrpStack = IoGetCurrentIrpStackLocation(Irp);
     PIO_STACK_LOCATION nextIrpStack = IoGetNextIrpStackLocation(Irp);
     ULONG transferByteCount;
@@ -847,7 +845,6 @@ Return Value:
 --*/            
 
 {
-    PCLASS_PRIVATE_FDO_DATA privateData = FdoExtension->PrivateFdoData;
     PCOMMON_DEVICE_EXTENSION commonExt = &FdoExtension->CommonExtension;
     //KIRQL oldIrql;
     //PIRP blockedIrp;