Skip to content

Commit 47fcd32

Browse files
authored
[ISSUE #2558]🚀Remove MQAdminExtInnerImpl start and shutdown🔥 (#2559)
1 parent b4fe6a0 commit 47fcd32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rocketmq-client/src/admin/mq_admin_ext_async_inner.rs

-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ pub struct MQAdminExtInnerImpl {
4949
}
5050

5151
impl MQAdminExtInnerImpl {
52-
async fn start(this: ArcMut<Self>) -> Result<()> {
53-
unimplemented!()
54-
}
55-
async fn shutdown(&self) {
56-
unimplemented!()
57-
}
5852
async fn add_broker_to_container(
5953
&self,
6054
broker_container_addr: CheetahString,

0 commit comments

Comments
 (0)