mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-23 13:51:36 +00:00
ID:355 - Remove declared, but not used variables
Commit removes bunch of declared, but not used, variables.
This commit is contained in:
@@ -545,7 +545,7 @@ SendTimedI2cRequest (
|
||||
if( status != TRUE ) {
|
||||
DWORD error;
|
||||
error = GetLastError();
|
||||
return ACCESN_ERROR;
|
||||
return error;
|
||||
}
|
||||
if( respLength == 0 ) {
|
||||
return ACCESN_ERROR;
|
||||
@@ -1134,7 +1134,7 @@ SendTimedImbpRequest (
|
||||
if( status != TRUE ) {
|
||||
DWORD error;
|
||||
error = GetLastError();
|
||||
return ACCESN_ERROR;
|
||||
return error;
|
||||
}
|
||||
if( respLength == 0 ) {
|
||||
return ACCESN_ERROR;
|
||||
@@ -1211,7 +1211,7 @@ SendAsyncImbpRequest (
|
||||
if( status != TRUE ) {
|
||||
DWORD error;
|
||||
error = GetLastError();
|
||||
return ACCESN_ERROR;
|
||||
return error;
|
||||
}
|
||||
if( respLength != 2 ) {
|
||||
return ACCESN_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user