Skip to content

Commit a2cb6df

Browse files
committed
♻️Remove unused asynchronous Client field from AsyncClient and BlockingClient structs
1 parent b2938f7 commit a2cb6df

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

rocketmq-remoting/src/clients/async_client.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
/// Connection with broker or nameserver
1919
pub struct AsyncClient {
20-
/// The asynchronous `Client`.
21-
//inner: crate::clients::Client,
22-
2320
///Create a separate thread pool to handle clients.
2421
rt: tokio::runtime::Runtime,
2522
}

rocketmq-remoting/src/clients/blocking_client.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
*/
1717

1818
pub struct BlockingClient {
19-
/// The asynchronous `Client`.
20-
// inner: crate::clients::Client,
21-
2219
/// A `current_thread` runtime for executing operations on the asynchronous
2320
/// client in a blocking manner.
2421
rt: tokio::runtime::Runtime,

0 commit comments

Comments
 (0)