diff --git a/ircd/db.cc b/ircd/db.cc index 2ea373287..9d97914a7 100644 --- a/ircd/db.cc +++ b/ircd/db.cc @@ -2382,10 +2382,6 @@ ircd::db::row::row(database &d, return ret; }()} { - if(key.empty()) - seek(*this, pos::FRONT); - else - seek(*this, key); } void