mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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
|
fd, bufs, opts
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef _NDEBUG
|
|
||||||
const size_t req_bytes
|
const size_t req_bytes
|
||||||
{
|
{
|
||||||
fs::bytes(request.iovec())
|
fs::bytes(request.iovec())
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
// track current write count
|
// track current write count
|
||||||
const scope_count cur_writes{stats.cur_writes};
|
const scope_count cur_writes{stats.cur_writes};
|
||||||
|
|
Loading…
Reference in a new issue