Skip to content

Commit d0758e3

Browse files
committed
Remove unneeded is_started() method
1 parent e8f199b commit d0758e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/message.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ impl MessageState {
6868
{
6969
Message(out_buf, self).into()
7070
}
71-
pub fn is_started(&self) -> bool {
72-
!matches!(*self,
73-
MessageState::RequestStart |
74-
MessageState::ResponseStart { .. })
75-
}
7671
}
7772

7873
impl<'a> Message<'a> {

0 commit comments

Comments
 (0)