summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-12 14:59:35 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:55:48 +0000
commit97fe893736f280026e15dc1e7543cf6db6235eab (patch)
treee4cb106d4da07b3f2fcec63888cdf38f92a7f768
parentaa4faa33e4d73f7b36eec3555093f3aa1162825e (diff)
downloadchrome-ec-97fe893736f280026e15dc1e7543cf6db6235eab.tar.gz
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 <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285762 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
-rw-r--r--builtin/stdint.h7
1 files changed, 0 insertions, 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__ */