mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::db: Remove unnecessary default to O_DIRECT.
This commit is contained in:
parent
915bdaa0ee
commit
80d0db9f26
1 changed files with 0 additions and 1 deletions
|
@ -4448,7 +4448,6 @@ decltype(ircd::db::database::env::random_access_file::default_opts)
|
|||
ircd::db::database::env::random_access_file::default_opts{[]
|
||||
{
|
||||
ircd::fs::fd::opts ret{std::ios_base::in};
|
||||
ret.direct = true;
|
||||
return ret;
|
||||
}()};
|
||||
|
||||
|
|
Loading…
Reference in a new issue