summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-07-26 17:34:01 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-07-27 15:45:26 +0800
commit2c2c68b9d3e83af26042f03f9864fd38ce922a89 (patch)
tree293e13e913e75d132edc6db265497f7da1d97e32 /ShellPkg/Library/UefiShellLib
parentb3eac2d61e990fec60ba299aa8684935a5dc95cd (diff)
downloadedk2-2c2c68b9d3e83af26042f03f9864fd38ce922a89.tar.gz
edk2-2c2c68b9d3e83af26042f03f9864fd38ce922a89.tar.bz2
edk2-2c2c68b9d3e83af26042f03f9864fd38ce922a89.zip
ShellPkg/ShellLib: Remove unused macros
MAX_FILE_NAME_LEN and FIND_XXXXX_FILE_BUFFER_SIZE are not used by ShellLib so remove them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellLib')
-rw-r--r--ShellPkg/Library/UefiShellLib/UefiShellLib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
index c3a67c3be7..64565f81d8 100644
--- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c
+++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
@@ -18,8 +18,6 @@
#include <Library/SortLib.h>
#include <Library/BaseLib.h>
-#define FIND_XXXXX_FILE_BUFFER_SIZE (SIZE_OF_EFI_FILE_INFO + MAX_FILE_NAME_LEN)
-
//
// globals...
//