You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/14 09:19:20 UTC

[rocketmq-clients] branch cpp_dev updated: BugFix: expunge unused targets

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/cpp_dev by this push:
     new e292b1c  BugFix: expunge unused targets
e292b1c is described below

commit e292b1c2644768d939b3660ebe010e25337ae6f7
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Thu Jul 14 17:19:10 2022 +0800

    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