0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-27 06:18:19 +02:00

ircd::logger: Remove unnecessary cruft.

This commit is contained in:
Jason Volk 2020-06-04 15:31:07 -07:00
parent 0a44918ee2
commit e8cb1cbec1

View file

@ -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)
{