summaryrefslogtreecommitdiff
path: root/builtin/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/stdint.h')
-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__ */