cluster: remove unused proto import (#7898)

This warms when building:

> envoy/api/v2/cluster/filter.proto:12:1: warning: Import google/protobuf/struct.proto but not used.

Signed-off-by: Michael Rebello <me@michaelrebello.com>

Mirrored from https://github.com/envoyproxy/envoy @ 7b0ce0d32a9b584626e8c16b5ae07817eade322d
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 803e444bf3
commit f12efc24ec
  1. 1
      envoy/api/v2/cluster/filter.proto

@ -9,7 +9,6 @@ option csharp_namespace = "Envoy.Api.V2.ClusterNS";
option ruby_package = "Envoy.Api.V2.ClusterNS";
import "google/protobuf/any.proto";
import "google/protobuf/struct.proto";
import "validate/validate.proto";
import "gogoproto/gogo.proto";

Loading…
Cancel
Save