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

ircd::db: Trim comment.

This commit is contained in:
Jason Volk 2019-05-09 18:30:50 -07:00
parent 2d209388c1
commit 4d25db8863

View file

@ -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<op, string_view, string_view>
{