api/bazel: Remove legacy comment (#25088)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ c66619d13a1182848d8e3f69a304c4cce29673dd
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 3fc9e33cc2
commit c6187f2448
  1. 3
      bazel/api_build_system.bzl

@ -184,9 +184,6 @@ def api_proto_package(
if has_services:
compilers = ["@io_bazel_rules_go//proto:go_grpc", "@envoy_api//bazel:pgv_plugin_go"]
# Because RBAC proro depends on googleapis syntax.proto and checked.proto,
# which share the same go proto library, it causes duplicative dependencies.
# Thus, we use a dictionary below to simulate a set and remove duplicated dependencies.
deps = (
[_go_proto_mapping(dep) for dep in deps] +
[

Loading…
Cancel
Save