Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
53eacee0
Commit
53eacee0
authored
May 03, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
May 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wnaspi32: Remove unused variables.
parent
d684d5ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
winaspi16.c
dlls/wnaspi32/winaspi16.c
+0
-2
winaspi32.c
dlls/wnaspi32/winaspi32.c
+0
-2
No files found.
dlls/wnaspi32/winaspi16.c
View file @
53eacee0
...
...
@@ -126,7 +126,6 @@ ASPI_OpenDevice16(SRB_ExecSCSICmd16 *prb)
static
void
ASPI_DebugPrintCmd
(
SRB_ExecSCSICmd16
*
prb
,
UINT16
mode
)
{
BYTE
cmd
;
int
i
;
BYTE
*
cdb
;
BYTE
*
lpBuf
=
PTR_TO_LIN
(
prb
->
SRB_BufPointer
,
mode
);
...
...
@@ -173,7 +172,6 @@ ASPI_DebugPrintCmd(SRB_ExecSCSICmd16 *prb, UINT16 mode)
TRACE
(
"CDB Length: %d
\n
"
,
prb
->
SRB_CDBLen
);
TRACE
(
"POST Proc: %x
\n
"
,
(
DWORD
)
prb
->
SRB_PostProc
);
cdb
=
&
prb
->
CDBByte
[
0
];
cmd
=
prb
->
CDBByte
[
0
];
if
(
TRACE_ON
(
aspi
))
{
TRACE
(
"CDB buffer["
);
...
...
dlls/wnaspi32/winaspi32.c
View file @
53eacee0
...
...
@@ -140,7 +140,6 @@ ASPI_OpenDevice(SRB_ExecSCSICmd *prb)
static
void
ASPI_DebugPrintCmd
(
SRB_ExecSCSICmd
*
prb
)
{
BYTE
cmd
;
int
i
;
BYTE
*
cdb
;
...
...
@@ -185,7 +184,6 @@ ASPI_DebugPrintCmd(SRB_ExecSCSICmd *prb)
TRACE
(
"CDB Length: %d
\n
"
,
prb
->
SRB_CDBLen
);
TRACE
(
"POST Proc: %p
\n
"
,
prb
->
SRB_PostProc
);
cdb
=
&
prb
->
CDBByte
[
0
];
cmd
=
prb
->
CDBByte
[
0
];
if
(
TRACE_ON
(
aspi
))
{
TRACE
(
"CDB buffer["
);
for
(
i
=
0
;
i
<
prb
->
SRB_CDBLen
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment