0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd::db: Remove this from row constructor.

This commit is contained in:
Jason Volk 2017-09-22 22:00:26 -07:00
parent c4b34b9e66
commit 10eabc5e40

View file

@ -2382,10 +2382,6 @@ ircd::db::row::row(database &d,
return ret;
}()}
{
if(key.empty())
seek(*this, pos::FRONT);
else
seek(*this, key);
}
void