diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-31 15:56:44 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-31 15:56:44 +0000 |
commit | d75d04096d61c81a9854855e89420f5b119f44ad (patch) | |
tree | 372d0b347dfb2e58cb09da79e4c95e1646dea0b8 /EmulatorPkg/EmuGopDxe/GopInput.c | |
parent | d142bb6337b7df78c45130b03d5e4f0288ad5f9d (diff) | |
download | edk2-d75d04096d61c81a9854855e89420f5b119f44ad.tar.gz |
EmulatorPkg: Remove variables that are set, but not used
GCC 4.6 flags a warning for this.
Signed-off-by: jljusten
Reviewed-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12613 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg/EmuGopDxe/GopInput.c')
-rw-r--r-- | EmulatorPkg/EmuGopDxe/GopInput.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/EmulatorPkg/EmuGopDxe/GopInput.c b/EmulatorPkg/EmuGopDxe/GopInput.c index 288a151d6d..a1f636aaa2 100644 --- a/EmulatorPkg/EmuGopDxe/GopInput.c +++ b/EmulatorPkg/EmuGopDxe/GopInput.c @@ -300,10 +300,6 @@ EmuGopSimpleTextInExResetEx ( **/ { - GOP_PRIVATE_DATA *Private; - - Private = GOP_PRIVATE_DATA_FROM_TEXT_IN_EX_THIS (This); - return EFI_SUCCESS; } |