From d7bb8de9b956efbf2ec51dc2d613b361a08e6712 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Mon, 13 May 2013 17:22:30 +0000 Subject: [PATCH] ShellPkg: remove unused enum Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Reviewed-by: Erik Bjorge git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14353 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiShellCommandLib/UefiShellCommandLib.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c index 66a242f66f..88c78ee15e 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c @@ -1,7 +1,7 @@ /** @file Provides interface to shell internal functions for shell commands. - Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 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 @@ -14,12 +14,6 @@ #include "UefiShellCommandLib.h" -/// The tag for use in identifying UNICODE files. -/// If the file is UNICODE, the first 16 bits of the file will equal this value. -enum { - gUnicodeFileTag = 0xFEFF -}; - // STATIC local variables STATIC SHELL_COMMAND_INTERNAL_LIST_ENTRY mCommandList; STATIC SCRIPT_FILE_LIST mScriptList;