mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
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
This commit is contained in:
parent
7e9e19c6f6
commit
29cfc91618
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue