X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGenSec%2FGenSec.c;h=79e8e1bebb0314b877735d0bbe515dab5cb0b3d1;hp=ffa0ee62fb313980444a81a2ad6701a3d729aa30;hb=0d2711a69397d2971079121df4326d84736c181e;hpb=421fb3b504cfe18033c49a40fcd46bab45a0fb50 diff --git a/BaseTools/Source/C/GenSec/GenSec.c b/BaseTools/Source/C/GenSec/GenSec.c index ffa0ee62fb..79e8e1bebb 100644 --- a/BaseTools/Source/C/GenSec/GenSec.c +++ b/BaseTools/Source/C/GenSec/GenSec.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -915,7 +915,6 @@ Returns: { UINT32 Index; UINT32 InputFileNum; - FILE *InFile; FILE *OutFile; CHAR8 **InputFileName; CHAR8 *OutputFileName; @@ -944,7 +943,6 @@ Returns: SectionName = NULL; CompressionName = NULL; StringBuffer = ""; - InFile = NULL; OutFile = NULL; VersionNumber = 0; InputFileNum = 0;