mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
ircd::logger: Remove unnecessary cruft.
This commit is contained in:
parent
0a44918ee2
commit
e8cb1cbec1
1 changed files with 0 additions and 2 deletions
|
@ -498,7 +498,6 @@ namespace ircd::log
|
|||
}
|
||||
|
||||
void
|
||||
__attribute__((optimize("3")))
|
||||
ircd::log::slog(const log &log,
|
||||
const level &lev,
|
||||
const window_buffer::closure &closure)
|
||||
|
@ -605,7 +604,6 @@ noexcept
|
|||
}
|
||||
|
||||
bool
|
||||
__attribute__((optimize("3")))
|
||||
ircd::log::can_skip(const log &log,
|
||||
const level &lev)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue