]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/EmuGopDxe/GopInput.c
InOsEmuPkg: Fix warnings with GCC44 toolchain
[mirror_edk2.git] / InOsEmuPkg / EmuGopDxe / GopInput.c
index f6c7959bcf99de86a617040fca85c1a128fd5af5..0bc2eb5a0280349451a26bb6a3964f81db171140 100644 (file)
@@ -1,6 +1,6 @@
 /*++ @file
 
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
 Portions copyright (c) 2010 0 2011,Apple Inc. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD License
@@ -98,8 +98,6 @@ GopPrivateBreakCallbackFunction (
   IN EFI_KEY_DATA   *KeyData
   )
 { 
-  GOP_PRIVATE_DATA  *Private = (GOP_PRIVATE_DATA *)Context;
-  
   KeyMapBreak (KeyData);
 }