From 03bf463d0fe54a178e7cf38fe5a219a730314b09 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Sat, 4 Dec 2021 12:05:54 -0800 Subject: [PATCH] Remove unused validator proto imports (#9983) --- proto/eth/service/key_management.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/proto/eth/service/key_management.proto b/proto/eth/service/key_management.proto index f5ce41223..6c107b90c 100644 --- a/proto/eth/service/key_management.proto +++ b/proto/eth/service/key_management.proto @@ -19,9 +19,6 @@ import "google/api/annotations.proto"; import "google/protobuf/descriptor.proto"; import "google/protobuf/empty.proto"; -import "proto/eth/v1/validator.proto"; -import "proto/eth/v2/validator.proto"; - option csharp_namespace = "Ethereum.Eth.Service"; option go_package = "github.com/prysmaticlabs/prysm/proto/eth/service"; option java_multiple_files = true;