From 0d646a25ee0985e963369978de44cfac93744bed Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 22 Jan 2016 15:16:35 -0800 Subject: [PATCH] pkg/testutil: fix unreachable go tool vet complain --- pkg/testutil/recorder.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/testutil/recorder.go b/pkg/testutil/recorder.go index db114d7bb..2e7938a23 100644 --- a/pkg/testutil/recorder.go +++ b/pkg/testutil/recorder.go @@ -100,7 +100,6 @@ func (r *recorderStream) Action() (acts []Action) { return acts } } - return acts } func (r *recorderStream) Chan() <-chan Action {