From 5eba579c6cd116e6f13aa7b004fb0b7c17fb6d84 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 15 Sep 2020 08:48:15 +0200 Subject: [PATCH] Remove unnecessary inline definition Define inline for some compiling environment only in crypto_platform.h. Signed-off-by: Ronald Cron --- include/psa/crypto_types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h index 864e93788..ea621c1d3 100644 --- a/include/psa/crypto_types.h +++ b/include/psa/crypto_types.h @@ -37,11 +37,6 @@ #include -#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \ - !defined(inline) && !defined(__cplusplus) -#define inline __inline -#endif - /** \defgroup error Error codes * @{ */