0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd::prof: Remove unnecessary attribute for gcc.

This commit is contained in:
Jason Volk 2020-07-11 15:53:20 -07:00
parent cd95b7cd8d
commit 47290aab67

View file

@ -43,7 +43,7 @@ template<bool fenced>
inline //TODO: ???
#else
extern inline
__attribute__((flatten, always_inline, gnu_inline, artificial))
__attribute__((always_inline, gnu_inline, artificial))
#endif
ircd::prof::scope_cycles<fenced>::scope_cycles(uint64_t &result)
noexcept
@ -72,7 +72,7 @@ template<bool fenced>
inline //TODO: ???
#else
extern inline
__attribute__((flatten, always_inline, gnu_inline, artificial))
__attribute__((always_inline, gnu_inline, artificial))
#endif
ircd::prof::scope_cycles<fenced>::~scope_cycles()
noexcept