diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index 01834b87bd..6c7e37d8b7 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -823,12 +823,6 @@ ShellCommandRunDmpStore ( // Get the Name of the variable to find // Name = ShellCommandLineGetRawValue (Package, 1); - // MU_CHANGE [BEGIN] - CodeQL change - if (Name == NULL) { - return (SHELL_INVALID_PARAMETER); - } - - // MU_CHANGE [END] - CodeQL change if (ShellStatus == SHELL_SUCCESS) { if (ShellCommandLineGetFlag (Package, L"-s")) {