]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/CommonLib: drop definition of MAX_UINTN
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 29 Nov 2018 12:22:46 +0000 (13:22 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Dec 2018 08:04:54 +0000 (09:04 +0100)
commit8efc6d84ca41e692cc60702e1f27276f7883b6db
tree9d0f7cb7b80eb6c7fc7b95d5bb67b9e56ebe3a7b
parent98a9519f1c58188ee083cfc980f27e520c463723
BaseTools/CommonLib: drop definition of MAX_UINTN

The maximum value that can be represented by the native word size
of the *target* should be irrelevant when compiling tools that
run on the build *host*. So drop the definition of MAX_UINTN, now
that we no longer use it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/Common/CommonLib.h