Skip to content

Commit 646d55b

Browse files
committed
Responded to Doug's comment
1 parent 65047b6 commit 646d55b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/testutils/stubstatshandler.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ import (
2828
// individual test cases. It is a stubbable implementation of
2929
// google.golang.org/grpc/stats.Handler for testing purposes.
3030
type StubStatsHandler struct {
31-
// Guarantees we satisfy this interface; panics if unimplemented methods are
32-
// called.
33-
stats.Handler
34-
3531
TagRPCF func(ctx context.Context, info *stats.RPCTagInfo) context.Context
3632
HandleRPCF func(ctx context.Context, info stats.RPCStats)
3733
TagConnF func(ctx context.Context, info *stats.ConnTagInfo) context.Context

0 commit comments

Comments
 (0)