mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::aio: Minor cleanup.
This commit is contained in:
parent
9d7a53ae49
commit
0d21e05c09
1 changed files with 0 additions and 16 deletions
16
ircd/aio.cc
16
ircd/aio.cc
|
@ -416,22 +416,6 @@ noexcept try
|
|||
assert(ctx::current == nullptr);
|
||||
if(likely(request.waiter))
|
||||
ctx::notify(*request.waiter);
|
||||
|
||||
/*
|
||||
log::debug
|
||||
{
|
||||
"AIO request(%p) fd:%d op:%d bytes:%lu off:%ld prio:%d ctx:%p result: bytes:%ld errno:%ld",
|
||||
request,
|
||||
request->aio_fildes,
|
||||
request->aio_lio_opcode,
|
||||
request->aio_nbytes,
|
||||
request->aio_offset,
|
||||
request->aio_reqprio,
|
||||
request->waiter,
|
||||
request->retval,
|
||||
request->errcode
|
||||
};
|
||||
*/
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue