apps/gophers: delete unused fields and arguments

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-07 20:29:39 +02:00
parent 20f9a72c15
commit 3d519c5a37
3 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -17,9 +17,8 @@ type queue struct{}
type config struct{}
func BenchmarkUI(b *testing.B) {
invalidate := func() {}
fetch := func(_ string) {}
u := newUI(invalidate, fetch)
u := newUI(fetch)
ops := new(ui.Ops)
q := new(queue)
c := new(config)