Skip to content

Commit

Permalink
tap: remove unused dependency. (#7580)
Browse files Browse the repository at this point in the history
Description: Remove an unused dependency from tap. This makes a build warning go away.
Risk Level: low
Testing: build
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
  • Loading branch information
ipuustin authored and lizan committed Jul 15, 2019
1 parent 2e8ddf3 commit 101f815
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/envoy/service/tap/v2alpha/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ api_proto_library_internal(
"//envoy/api/v2/core:base",
"//envoy/api/v2/core:grpc_service",
"//envoy/api/v2/route",
"//envoy/type/matcher:string",
],
)

Expand Down
1 change: 0 additions & 1 deletion api/envoy/service/tap/v2alpha/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax = "proto3";
import "envoy/api/v2/route/route.proto";
import "envoy/api/v2/core/base.proto";
import "envoy/api/v2/core/grpc_service.proto";
import "envoy/type/matcher/string.proto";

import "google/protobuf/wrappers.proto";

Expand Down

0 comments on commit 101f815

Please sign in to comment.