This is an automated email from the ASF dual-hosted git repository.
xujiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
commit 8b6cb07eab390866881b4035b5b67ea4744a5b17
Merge: 390bfe6 f33a696
Author: jonnxu <jonnxu@163.com>
AuthorDate: Tue Jul 9 00:13:53 2019 +0800
Remove useless code such as removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.
src/MQClientAPIImpl.cpp | 22 +++-------------------
src/MQClientAPIImpl.h | 1 -
src/MQClientFactory.cpp | 19 ++-----------------
src/MQClientFactory.h | 1 -
src/common/AsyncArg.h | 3 +--
src/consumer/DefaultMQPullConsumer.cpp | 1 -
src/consumer/DefaultMQPushConsumer.cpp | 1 -
src/consumer/PullRequest.cpp | 12 ------------
src/consumer/PullRequest.h | 3 ---
src/consumer/Rebalance.cpp | 4 ++--
src/transport/TcpRemotingClient.cpp | 16 ----------------
src/transport/TcpRemotingClient.h | 2 --
12 files changed, 8 insertions(+), 77 deletions(-)
|