X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellInstall1CommandsLib%2FBcfg.c;fp=ShellPkg%2FLibrary%2FUefiShellInstall1CommandsLib%2FBcfg.c;h=5dcbfb6950e0f8cc70a5267cc5a09610fd61c064;hp=a7a10bf3bba63cb725708565ab652f862ff13c10;hb=e755a4ca10aad316c3620223206d63982793b26c;hpb=5e5bb2a9baefcd2f231696ea94576dab5565fbfb diff --git a/ShellPkg/Library/UefiShellInstall1CommandsLib/Bcfg.c b/ShellPkg/Library/UefiShellInstall1CommandsLib/Bcfg.c index a7a10bf3bb..5dcbfb6950 100644 --- a/ShellPkg/Library/UefiShellInstall1CommandsLib/Bcfg.c +++ b/ShellPkg/Library/UefiShellInstall1CommandsLib/Bcfg.c @@ -1,7 +1,7 @@ /** @file Main file for bcfg shell Install1 function. - Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2013, 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 @@ -293,7 +293,6 @@ BcfgAddInstall1( EFI_STATUS Status; EFI_DEVICE_PATH_PROTOCOL *DevicePath; EFI_DEVICE_PATH_PROTOCOL *FilePath; - EFI_DEVICE_PATH_PROTOCOL *FileNode; CHAR16 *Str; UINT8 *TempByteBuffer; UINT8 *TempByteStart; @@ -328,7 +327,6 @@ BcfgAddInstall1( Str = NULL; FilePath = NULL; - FileNode = NULL; FileList = NULL; Handles = NULL; ShellStatus = SHELL_SUCCESS;