0
0
Fork 0
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:
Jason Volk 2019-04-22 16:58:43 -07:00
parent c370cdc123
commit 306752b2a5

View file

@ -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};