Skip to content

Commit e906d48

Browse files
committed
Delete attribute
1 parent e110a30 commit e906d48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/platform/compiler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@
6060
#if defined(_MSC_VER)
6161
#define ET_NOINLINE __declspec(noinline)
6262
#define ET_INLINE __forceinline
63-
#define ET_INLINE_ATTRIBUTE
6463
#else
6564
#define ET_NOINLINE __attribute__((noinline))
6665
#define ET_INLINE __attribute__((always_inline)) inline
67-
#define ET_INLINE_ATTRIBUTE __attribute__((always_inline))
6866
#endif
6967

7068
#if defined(__GNUC__)

0 commit comments

Comments
 (0)