Skip to content

Commit 70fe36b

Browse files
FAB-3251 unused variable in core/deliverservice
atomicBroadcastBroadcastClient is unused type Change-Id: Ief432ee10a706ffb9048c3fcfc607bddec6b262b Signed-off-by: Christopher Ferris <[email protected]>
1 parent a747010 commit 70fe36b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/deliverservice/client_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ var blockDelivererConsumerWithSend = func(bd blocksprovider.BlocksDeliverer) err
8282
return bd.Send(&common.Envelope{})
8383
}
8484

85-
type atomicBroadcastBroadcastClient struct {
86-
}
87-
8885
type abc struct {
8986
shouldFail bool
9087
grpc.ClientStream

0 commit comments

Comments
 (0)