diff --git a/include/ircd/db/column.h b/include/ircd/db/column.h index d0151d4fc..5dd203238 100644 --- a/include/ircd/db/column.h +++ b/include/ircd/db/column.h @@ -168,9 +168,6 @@ struct ircd::db::column /// no reference to the column in its tuple. This is why these deltas are executed /// through the member column::operator() and not an overload of db::write(). /// -/// It is unlikely you will need to work with column deltas directly because -/// you may decohere one column from the others participating in a row. -/// struct ircd::db::column::delta :std::tuple {