From 29cfc91618132ed625a6f566ce2f8cbbda1a8fd8 Mon Sep 17 00:00:00 2001 From: Mike Nordell Date: Fri, 19 Oct 2007 14:27:32 +0000 Subject: [PATCH] Deleted definition of a variable named ScsiPortIsr that was directly followed by the declaration of the function with the same name. svn path=/trunk/; revision=29683 --- reactos/drivers/storage/scsiport/scsiport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/storage/scsiport/scsiport.c b/reactos/drivers/storage/scsiport/scsiport.c index 8e9393dd891..6821ee36418 100644 --- a/reactos/drivers/storage/scsiport/scsiport.c +++ b/reactos/drivers/storage/scsiport/scsiport.c @@ -122,7 +122,6 @@ SpiGetSrbData(IN PSCSI_PORT_DEVICE_EXTENSION DeviceExtension, IN UCHAR Lun, IN UCHAR QueueTag); -static KSERVICE_ROUTINE ScsiPortIsr; static BOOLEAN STDCALL ScsiPortIsr(IN PKINTERRUPT Interrupt, IN PVOID ServiceContext);