From f39b6f209057d5e0c994374150bf2edd84280e1f Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Sun, 25 Jun 2023 09:49:13 +0800 Subject: [PATCH] *: delete useless patch (#44903) --- build/patches/io_etcd_go_etcd_server_v3.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 build/patches/io_etcd_go_etcd_server_v3.patch diff --git a/build/patches/io_etcd_go_etcd_server_v3.patch b/build/patches/io_etcd_go_etcd_server_v3.patch deleted file mode 100644 index 84b9e31a78577..0000000000000 --- a/build/patches/io_etcd_go_etcd_server_v3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN a/etcdserver/api/v3election/v3electionpb/gw/BUILD.bazel b/etcdserver/api/v3election/v3electionpb/gw/BUILD.bazel ---- old/etcdserver/api/v3election/v3electionpb/gw/BUILD.bazel 2022-04-12 01:52:44.000000000 +0800 -+++ new/etcdserver/api/v3election/v3electionpb/gw/BUILD.bazel 2022-04-12 01:53:38.000000000 +0800 -@@ -8,7 +8,7 @@ go_library( - visibility = ["//visibility:public"], - deps = [ - "//etcdserver/api/v3election/v3electionpb", -- "@com_github_golang_protobuf//descriptor:go_default_library_gen", -+ "@com_github_golang_protobuf//descriptor:descriptor", - "@com_github_golang_protobuf//proto:go_default_library", - "@com_github_grpc_ecosystem_grpc_gateway//runtime:go_default_library", - "@com_github_grpc_ecosystem_grpc_gateway//utilities:go_default_library",