This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 1c4e3e8 Remove unused bazel targets (#51)
1c4e3e8 is described below
commit 1c4e3e8473532a6a11c9890fa7972a05afb727a9
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Jul 14 17:20:09 2022 +0800
Remove unused bazel targets (#51)
* Remove deprecated files and sync README.md
* BugFix: expunge unused targets
---
cpp/WORKSPACE | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/cpp/WORKSPACE b/cpp/WORKSPACE
index 644b5d7..8648444 100644
--- a/cpp/WORKSPACE
+++ b/cpp/WORKSPACE
@@ -14,7 +14,4 @@ rules_proto_grpc_repos()
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies",
"rules_proto_toolchains")
rules_proto_dependencies()
-rules_proto_toolchains()
-
-load("@hedron_compile_commands//:workspace_setup.bzl",
"hedron_compile_commands_setup")
-hedron_compile_commands_setup()
\ No newline at end of file
+rules_proto_toolchains()
\ No newline at end of file