This is an automated email from the ASF dual-hosted git repository. jamesge pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.
from bb29ab6 remove butil/memory/scoped_array.h which is replaceable by unique_ptr<T[]> add 86ca8af removed butil/md5.cc butil/md5.h test/md5_unittest.cc which is replaceable by openssl/md5.h No new revisions were added by this update. Summary of changes: BUILD | 1 - CMakeLists.txt | 1 - Makefile | 1 - src/butil/md5.cc | 304 --------------------------------------------------- src/butil/md5.h | 75 ------------- test/BUILD | 1 - test/CMakeLists.txt | 1 - test/Makefile | 1 - test/md5_unittest.cc | 252 ------------------------------------------ 9 files changed, 637 deletions(-) delete mode 100644 src/butil/md5.cc delete mode 100644 src/butil/md5.h delete mode 100644 test/md5_unittest.cc --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org