Skip to content

Commit

Permalink
fixbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DX990307 committed Sep 16, 2024
1 parent 12b9667 commit 01584fc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions mem/mem/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,21 +423,6 @@ func (b ControlMsgBuilder) WithCtrlInfo(
return b
}

// func (b ControlMsgBuilder) WithEnable(flag bool) ControlMsgBuilder {
// b.enable = flag
// return b
// }

// func (b ControlMsgBuilder) WithReset(flag bool) ControlMsgBuilder {
// b.reset = flag
// return b
// }

// func (b ControlMsgBuilder) WithPause(flag bool) ControlMsgBuilder {
// b.pause = flag
// return b
// }

// Build creates a new ControlMsg.
func (b ControlMsgBuilder) Build() *ControlMsg {
m := &ControlMsg{}
Expand Down

0 comments on commit 01584fc

Please sign in to comment.