From 97fe893736f280026e15dc1e7543cf6db6235eab Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Fri, 12 Nov 2021 14:59:35 -0600 Subject: Revert "Add #defines for UINT62_MAX and INT64_MAX." This reverts commit b07cdf6bdda452f8d8a2a2231eb78f97fbf7e1dd. BUG=b:200823466 TEST=make buildall -j Change-Id: I19fcce98da89e76dcb0b092e6c4ba3bc79d376aa Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285762 Reviewed-by: Vadim Sukhomlinov --- builtin/stdint.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/builtin/stdint.h b/builtin/stdint.h index c11ffdb273..0b06dbf7d7 100644 --- a/builtin/stdint.h +++ b/builtin/stdint.h @@ -51,11 +51,4 @@ typedef uint8_t uint_least8_t; #define INT64_C(c) c ## LL #endif -#ifndef UINT64_MAX -#define UINT64_MAX UINT64_C(18446744073709551615) -#endif -#ifndef INT64_MAX -#define INT64_MAX INT64_C(9223372036854775807) -#endif - #endif /* __CROS_EC_STDINT_H__ */ -- cgit v1.2.1