Rely on the central macro definition from "MdePkg/Include/Base.h" instead.
Cc: Cecil Sheng <cecil.sh...@hpe.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <ler...@redhat.com> --- MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h index 73ea92b5a178..0defa56e810c 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h @@ -26,10 +26,6 @@ #include <Library/DebugLib.h> #include <Library/BaseLib.h> -#ifndef ARRAY_SIZE -#define ARRAY_SIZE(Array) (sizeof(Array) / sizeof(*Array)) -#endif - /** Checks if the input string matches to the regular expression pattern. -- 2.9.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel