summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2014-12-16 02:52:00 +0000
committershenshushi <shenshushi@Edk2>2014-12-16 02:52:00 +0000
commit1d6ccad2b96efbf38ed6bf8a06d320a63e96c6f6 (patch)
treedb2fbf473e9502ca01b3c0f2286fa71c07e509ff /ShellPkg/Library/UefiShellLib
parent9d956ea2306a727368ae6dc4862ec408a7a363b5 (diff)
downloadedk2-1d6ccad2b96efbf38ed6bf8a06d320a63e96c6f6.tar.gz
edk2-1d6ccad2b96efbf38ed6bf8a06d320a63e96c6f6.tar.bz2
edk2-1d6ccad2b96efbf38ed6bf8a06d320a63e96c6f6.zip
ShellPkg: Code refine. Add error handling code to check pointer and remove redundant 'ASSERT'.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16525 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellLib')
-rw-r--r--ShellPkg/Library/UefiShellLib/UefiShellLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
index 6cef8b7d4c..b7ca41b984 100644
--- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c
+++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
@@ -2079,7 +2079,6 @@ InternalCommandLineParse (
break;
}
} else if (GetItemValue != 0 && CurrentItemPackage != NULL && !InternalIsFlag(Argv[LoopCounter], AlwaysAllowNumbers, (CONST BOOLEAN)(CurrentItemPackage->Type == TypeTimeValue))) {
- ASSERT(CurrentItemPackage != NULL);
//
// get the item VALUE for a previous flag
//