mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
apps/gophers: delete unused fields and arguments
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user