1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:44:46 -07:00
go/src/sync
Daniel Martí 516e6f6d5d all: remove some unused parameters in test code
Mostly unnecessary *testing.T arguments.

Found with github.com/mvdan/unparam.

Change-Id: Ifb955cb88f2ce8784ee4172f4f94d860fa36ae9a
Reviewed-on: https://go-review.googlesource.com/41691
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-04-25 14:38:10 +00:00
..
atomic cmd/vet: skip unreachable "if" and "case" code in shift check. 2017-04-19 20:03:37 +00:00
cond_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
cond.go cmd/vet: check sync.* types' copying 2016-05-06 16:43:51 +00:00
example_pool_test.go sync: add example for Pool 2016-11-10 05:32:14 +00:00
example_test.go
export_test.go
mutex_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
mutex.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
once_test.go
once.go
pool_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
pool.go sync: align poolLocal to CPU cache line size 2017-04-20 22:36:07 +00:00
runtime_sema_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
runtime.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
rwmutex_test.go sync: throw, not panic, for unlock of unlocked mutex 2016-10-19 17:46:27 +00:00
rwmutex.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
waitgroup_test.go all: remove some unused parameters in test code 2017-04-25 14:38:10 +00:00
waitgroup.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00