From 4d25db8863462f4a593bd14299e57f8f363fa113 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 9 May 2019 18:30:50 -0700 Subject: [PATCH] ircd::db: Trim comment. --- include/ircd/db/column.h | 3 --- 1 file changed, 3 deletions(-) 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 {