mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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: ???
|
inline //TODO: ???
|
||||||
#else
|
#else
|
||||||
extern inline
|
extern inline
|
||||||
__attribute__((flatten, always_inline, gnu_inline, artificial))
|
__attribute__((always_inline, gnu_inline, artificial))
|
||||||
#endif
|
#endif
|
||||||
ircd::prof::scope_cycles<fenced>::scope_cycles(uint64_t &result)
|
ircd::prof::scope_cycles<fenced>::scope_cycles(uint64_t &result)
|
||||||
noexcept
|
noexcept
|
||||||
|
@ -72,7 +72,7 @@ template<bool fenced>
|
||||||
inline //TODO: ???
|
inline //TODO: ???
|
||||||
#else
|
#else
|
||||||
extern inline
|
extern inline
|
||||||
__attribute__((flatten, always_inline, gnu_inline, artificial))
|
__attribute__((always_inline, gnu_inline, artificial))
|
||||||
#endif
|
#endif
|
||||||
ircd::prof::scope_cycles<fenced>::~scope_cycles()
|
ircd::prof::scope_cycles<fenced>::~scope_cycles()
|
||||||
noexcept
|
noexcept
|
||||||
|
|
Loading…
Reference in a new issue