From 0ffb4ff1d4a588bc4da4072376401fead3b48f5b Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 6 Jun 2019 16:07:37 -0700 Subject: [PATCH] [toolchain] remove the unused definition UINT32_MAX --- include/openthread/platform/toolchain.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/openthread/platform/toolchain.h b/include/openthread/platform/toolchain.h index df19299cd..ca92b7056 100644 --- a/include/openthread/platform/toolchain.h +++ b/include/openthread/platform/toolchain.h @@ -249,10 +249,6 @@ extern "C" { #ifdef __cplusplus #if defined(__CC_ARM) || defined(__ICCARM__) -#ifndef UINT32_MAX -#define UINT32_MAX 0xffffffff -#endif - #ifndef UINT8_MAX #define UINT8_MAX 0xff #endif