Remove unnecessary inline definition
Define inline for some compiling environment only in crypto_platform.h. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
79ca4274e1
commit
5eba579c6c
@ -37,11 +37,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
|
||||
!defined(inline) && !defined(__cplusplus)
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
/** \defgroup error Error codes
|
||||
* @{
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user