diff --git a/src/storage/v3/request_helper.hpp b/src/storage/v3/request_helper.hpp index 9359bd52f..309902645 100644 --- a/src/storage/v3/request_helper.hpp +++ b/src/storage/v3/request_helper.hpp @@ -133,7 +133,6 @@ std::vector<Element<VertexAccessor>> OrderByVertices(Shard::Accessor &acc, DbAcc }); std::vector<Element<VertexAccessor>> ordered; - ordered.reserve(acc.ApproximateVertexCount()); for (auto it = iterable.begin(); it != iterable.end(); ++it) { std::vector<TypedValue> properties_order_by; properties_order_by.reserve(order_bys.size());