mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd::db: Remove this from row constructor.
This commit is contained in:
parent
c4b34b9e66
commit
10eabc5e40
1 changed files with 0 additions and 4 deletions
|
@ -2382,10 +2382,6 @@ ircd::db::row::row(database &d,
|
|||
return ret;
|
||||
}()}
|
||||
{
|
||||
if(key.empty())
|
||||
seek(*this, pos::FRONT);
|
||||
else
|
||||
seek(*this, key);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue