mirror of https://github.com/acidanthera/audk.git
ShellPkg: remove unused enum
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <Jaben.Carsey@intel.com> Reviewed-by: Erik Bjorge <Erik.c.Bjorge@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14353 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cbcccd2c9d
commit
d7bb8de9b9
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Provides interface to shell internal functions for shell commands.
|
||||
|
||||
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue