Skip to content

Commit

Permalink
chore: remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 27, 2023
1 parent 7466afc commit cc11eb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions volo-thrift/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,11 @@ impl<C, Req, Resp>
C,
Req,
Resp,
// MkT,
DefaultMakeTransport,

DefaultMakeCodec<MakeTTHeaderCodec<MakeFramedCodec<MakeThriftCodec>>>,
LbConfig<WeightedRandomBalance<<DummyDiscover as Discover>::Key>, DummyDiscover>,
>
// where
// MkT: MakeTransport + Default,
{
pub fn new(service_name: impl AsRef<str>, service_client: C) -> Self {
ClientBuilder {
Expand All @@ -96,7 +93,6 @@ impl<C, Req, Resp>
inner_layer: Identity::new(),
outer_layer: Identity::new(),
mk_client: service_client,
// make_transport: MkT::default(),
make_transport: DefaultMakeTransport::default(),

make_codec: DefaultMakeCodec::default(),
Expand Down

0 comments on commit cc11eb0

Please sign in to comment.