diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2/Ras2Parser.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2/Ras2Parser.c index 9c61b96817..38bd15d95f 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2/Ras2Parser.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2/Ras2Parser.c @@ -14,9 +14,6 @@ #include "AcpiParser.h" #include "AcpiView.h" -// Maximum Memory Domain matrix print size. -#define MAX_MEMORY_DOMAIN_TARGET_PRINT_MATRIX 10 - // Local variables STATIC CONST UINT16 *Ras2PccDescriptors;