diff options
author | Jaben Carsey <Jaben.carsey@intel.com> | 2014-03-20 17:11:52 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-03-20 17:11:52 +0000 |
commit | 93b7308337a145632abdd2f1684e9bba60ffb448 (patch) | |
tree | 997a105437ace097ace709687a8404befb295c99 /ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h | |
parent | efb76d1a74db6b1dac07c1646dc4082d92b52b11 (diff) | |
download | edk2-93b7308337a145632abdd2f1684e9bba60ffb448.zip edk2-93b7308337a145632abdd2f1684e9bba60ffb448.tar.gz edk2-93b7308337a145632abdd2f1684e9bba60ffb448.tar.bz2 |
ShellPkg: Remove unused function
This function was not exposed outside the library and is not used internally.
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://svn.code.sf.net/p/edk2/code/trunk/edk2@15353 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h index a68af51..6685840 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h @@ -1,7 +1,7 @@ /** @file
Main file for NULL named library for Profile1 shell command functions.
- Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2010 - 2014, 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
@@ -203,18 +203,5 @@ ShellCommandRunUnload ( IN EFI_SYSTEM_TABLE *SystemTable
);
-/**
- Function to translate the EFI_MEMORY_TYPE into a string.
-
- @param[in] Memory The memory type.
-
- @retval A string representation of the type allocated from BS Pool.
-**/
-CHAR16*
-EFIAPI
-ConvertMemoryType (
- IN CONST EFI_MEMORY_TYPE Memory
- );
-
#endif
|