Skip to content

Commit 64c7831

Browse files
committed
remove is_local
1 parent 9144710 commit 64c7831

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/shared/message/broadcast_message.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,6 @@ pub enum Broadcaster {
406406
}
407407

408408
impl Broadcaster {
409-
/// Returns `true` if the message was written locally.
410-
pub fn is_local(self) -> bool {
411-
matches!(self, Self::Local)
412-
}
413-
414409
/// Returns `true` if the message was received from a remote client.
415410
pub fn is_remote(self) -> bool {
416411
matches!(self, Self::Remote(_))

0 commit comments

Comments
 (0)