Skip to content

Commit 204534c

Browse files
authored
doc
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
1 parent 93959d4 commit 204534c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • crates/datastore/src/locking_tx_datastore

crates/datastore/src/locking_tx_datastore/mut_tx.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ impl MutTxId {
230230
}
231231

232232
/// Removes a specific view call from the committed read set.
233-
/// Used when dropping views due to
234233
pub fn drop_view_with_sender_from_committed_read_set(&mut self, view_id: ViewId, sender: Identity) {
235234
self.committed_state_write_lock
236235
.drop_view_from_read_sets(view_id, Some(sender))

0 commit comments

Comments
 (0)