Skip to content

Commit

Permalink
[ISSUE #2558]🚀Remove MQAdminExtInnerImpl start and shutdown🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Feb 16, 2025
1 parent 38ff8ad commit 82a7336
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rocketmq-client/src/admin/mq_admin_ext_async_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ pub struct MQAdminExtInnerImpl {
}

impl MQAdminExtInnerImpl {
async fn start(this: ArcMut<Self>) -> Result<()> {
unimplemented!()
}
async fn shutdown(&self) {
unimplemented!()
}
async fn add_broker_to_container(
&self,
broker_container_addr: CheetahString,
Expand Down

0 comments on commit 82a7336

Please # to comment.