Author: mnordell Date: Fri Oct 19 18:27:32 2007 New Revision: 29683
URL: http://svn.reactos.org/svn/reactos?rev=29683&view=rev Log: Deleted definition of a variable named ScsiPortIsr that was directly followed by the declaration of the function with the same name.
Modified: trunk/reactos/drivers/storage/scsiport/scsiport.c
Modified: trunk/reactos/drivers/storage/scsiport/scsiport.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/scsiport/sc... ============================================================================== --- trunk/reactos/drivers/storage/scsiport/scsiport.c (original) +++ trunk/reactos/drivers/storage/scsiport/scsiport.c Fri Oct 19 18:27:32 2007 @@ -122,7 +122,6 @@ IN UCHAR Lun, IN UCHAR QueueTag);
-static KSERVICE_ROUTINE ScsiPortIsr; static BOOLEAN STDCALL ScsiPortIsr(IN PKINTERRUPT Interrupt, IN PVOID ServiceContext);