mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd::db: Trim comment.
This commit is contained in:
parent
2d209388c1
commit
4d25db8863
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue