StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
Removed variables that had no effect on code behavior. Normalized comment formatting. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed by: Daryl McDaniel <daryl.mcdaniel@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16286 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
darylm503
parent
fe7ad7f6af
commit
b81cc7d624
@ -4006,6 +4006,7 @@ EslSocketPortCloseComplete (
|
||||
// Determine if the receive operation is pending
|
||||
Status = EslSocketPortCloseRxDone ( pPort );
|
||||
DBG_EXIT_STATUS ( Status );
|
||||
--Status;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user