Skip to content

Commit

Permalink
kvserver: remove unused Protobuf import
Browse files Browse the repository at this point in the history
Resolves the following build error:

```
INFO: From Generating Descriptor Set proto_library //pkg/kv/kvserver:kvserver_proto:
kv/kvserver/api.proto:16:1: warning: Import roachpb/internal_raft.proto but not used.
```

Release note: None
  • Loading branch information
erikgrinaker committed Oct 11, 2022
1 parent 8a8855e commit b6ae39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kv/kvserver/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ package cockroach.kv.kvserver;
option go_package = "kvserver";

import "roachpb/data.proto";
import "roachpb/internal_raft.proto";
import "storage/enginepb/mvcc.proto";
import "storage/enginepb/mvcc3.proto";
import "gogoproto/gogo.proto";
Expand Down

0 comments on commit b6ae39b

Please sign in to comment.