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:
parent
cd95b7cd8d
commit
47290aab67
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue