]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c
Sync BaseTools Trunk (version r2387) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / C / GnuGenBootSector / GnuGenBootSector.c
index 1ce22fc8fa8e004ed9cbad051cafd12348ec6e3e..b0ec271b0522b90301fb4a7579b36d811e1abf7b 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -305,7 +305,6 @@ main (
   char *argv[]\r
   )\r
 {\r
-  CHAR8          *AppName;\r
   INTN           Index;\r
   BOOLEAN        ProcessMbr;\r
   ERROR_STATUS   Status;\r
@@ -319,7 +318,6 @@ main (
   ZeroMem(&InputPathInfo, sizeof(PATH_INFO));\r
   ZeroMem(&OutputPathInfo, sizeof(PATH_INFO));\r
   \r
-  AppName = *argv;\r
   argv ++;\r
   argc --;\r
   \r