Skip to content

Commit dc4657d

Browse files
committed
!unlink
1 parent 203c64b commit dc4657d

File tree

1 file changed

+0
-1
lines changed
  • crates/matrix-sdk/src/event_cache

1 file changed

+0
-1
lines changed

crates/matrix-sdk/src/event_cache/store.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ impl RoomInfo {
102102
#[derive(Default)]
103103
pub(crate) struct MemoryStore {
104104
by_room: RwLock<BTreeMap<OwnedRoomId, RoomInfo>>,
105-
by_room2: Arc<RwLock<BTreeMap<OwnedRoomId, RoomEvents>>>,
106105
}
107106

108107
impl MemoryStore {

0 commit comments

Comments
 (0)