Skip to content

Commit 1fa4bb4

Browse files
committed
chore(sdk): Remove commented code.
1 parent dabc7c5 commit 1fa4bb4

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ impl EventCache {
249249
// We could have received events during a previous sync; remove them all, since
250250
// we can't know where to insert the "initial events" with respect to
251251
// them.
252-
// let mut room_events = room_cache.inner.events.write().await;
253-
// room_events.reset();
254-
255-
// let _ = room_cache.inner.sender.send(RoomEventCacheUpdate::Clear);
256252

257253
room_cache
258254
.inner

0 commit comments

Comments
 (0)