Skip to content

Commit

Permalink
set_context no-op
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Mar 20, 2022
1 parent 62c8ed6 commit 7fe6ba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tikv-client-store/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ macro_rules! impl_request {
self
}

fn set_context(&mut self, context: kvrpcpb::Context) {
self.set_context(context);
}
fn set_context(&mut self, _context: kvrpcpb::Context) {}
}
};
}
Expand Down

0 comments on commit 7fe6ba2

Please sign in to comment.