protos: Remove v2 squash proto (#16361)

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

Mirrored from https://github.com/envoyproxy/envoy @ 2a7849771f306e47fd322df5112b800a74b7c70d
pull/624/head
data-plane-api(Azure Pipelines) 4 years ago
parent e14ead4dfc
commit f17389af9f
  1. 5
      envoy/extensions/filters/http/squash/v3/BUILD

@ -5,8 +5,5 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
licenses(["notice"]) # Apache 2
api_proto_package(
deps = [
"//envoy/config/filter/http/squash/v2:pkg",
"@com_github_cncf_udpa//udpa/annotations:pkg",
],
deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"],
)

Loading…
Cancel
Save