Skip to content

Commit c7da019

Browse files
committed
cleanup
1 parent d52f4ed commit c7da019

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cmd/pubsub.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ const TYPE_PMESSAGE: Bytes = Bytes::from_static(b"pmessage");
1616

1717
pub trait PubSubCommand {}
1818

19-
// #[derive(Debug, PartialEq)]
20-
// pub struct Channel {
21-
// pub name: Bytes,
22-
// pub pattern: Option<Bytes>,
23-
// }
24-
2519
#[derive(Debug, PartialEq)]
2620
pub enum SubscribeItem {
2721
Subscribed(Bytes),

0 commit comments

Comments
 (0)