summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-11-29 13:22:46 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-05 09:04:54 +0100
commit8efc6d84ca41e692cc60702e1f27276f7883b6db (patch)
tree9d0f7cb7b80eb6c7fc7b95d5bb67b9e56ebe3a7b /BaseTools
parent98a9519f1c58188ee083cfc980f27e520c463723 (diff)
downloadedk2-8efc6d84ca41e692cc60702e1f27276f7883b6db.zip
edk2-8efc6d84ca41e692cc60702e1f27276f7883b6db.tar.gz
edk2-8efc6d84ca41e692cc60702e1f27276f7883b6db.tar.bz2
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>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Source/C/Common/CommonLib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Common/CommonLib.h b/BaseTools/Source/C/Common/CommonLib.h
index 7f67a45..4e1541b 100644
--- a/BaseTools/Source/C/Common/CommonLib.h
+++ b/BaseTools/Source/C/Common/CommonLib.h
@@ -22,7 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define MAX_LONG_FILE_PATH 500
-#define MAX_UINTN MAX_ADDRESS
#define MAX_UINT64 ((UINT64)0xFFFFFFFFFFFFFFFFULL)
#define MAX_UINT32 ((UINT32)0xFFFFFFFF)
#define MAX_UINT16 ((UINT16)0xFFFF)