mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::fs::aio: Remove erroneous #define.
This commit is contained in:
parent
c370cdc123
commit
306752b2a5
1 changed files with 0 additions and 2 deletions
|
@ -254,12 +254,10 @@ ircd::fs::aio::write(const fd &fd,
|
|||
fd, bufs, opts
|
||||
};
|
||||
|
||||
#ifndef _NDEBUG
|
||||
const size_t req_bytes
|
||||
{
|
||||
fs::bytes(request.iovec())
|
||||
};
|
||||
#endif
|
||||
|
||||
// track current write count
|
||||
const scope_count cur_writes{stats.cur_writes};
|
||||
|
|
Loading…
Reference in a new issue