]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
authorOlivier Martin <olivier.martin@arm.com>
Fri, 31 Oct 2014 20:32:02 +0000 (20:32 +0000)
committerdarylm503 <darylm503@Edk2>
Fri, 31 Oct 2014 20:32:02 +0000 (20:32 +0000)
commitb81cc7d6249671a2c1e36f6c8ac01da0e0b7c612
tree8d4685b7d6bfb386ce6158875c68850eeee1788f
parentfe7ad7f6af29af4f4e0a690c11df49922ca93940
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
AppPkg/Applications/Python/Python-2.7.2/Modules/getnameinfo.c
AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.c
AppPkg/Applications/Sockets/GetServByName/GetServByName.c
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.c
StdLib/EfiSocketLib/Socket.c
StdLib/LibC/Uefi/Devices/Console/daConsole.c