diff --git a/wire/msgmixct_test.go b/wire/msgmixct_test.go index c299bc67b7..ecb443db6b 100644 --- a/wire/msgmixct_test.go +++ b/wire/msgmixct_test.go @@ -23,15 +23,6 @@ func TestMixCTWire(t *testing.T) { } return s } - /* - rhash := func(b byte) chainhash.Hash { - var h chainhash.Hash - for i := range h { - h[i] = b - } - return h - } - */ // Create a fictitious message with easily-distinguishable fields. diff --git a/wire/msgmixdc_test.go b/wire/msgmixdc_test.go index 72d9b9b42d..aa516cb3dd 100644 --- a/wire/msgmixdc_test.go +++ b/wire/msgmixdc_test.go @@ -23,15 +23,6 @@ func TestMixDCWire(t *testing.T) { } return s } - /* - rhash := func(b byte) chainhash.Hash { - var h chainhash.Hash - for i := range h { - h[i] = b - } - return h - } - */ // Create a fictitious message with easily-distinguishable fields. diff --git a/wire/msgmixke_test.go b/wire/msgmixke_test.go index bd59f0f8bc..08c5030d71 100644 --- a/wire/msgmixke_test.go +++ b/wire/msgmixke_test.go @@ -23,15 +23,6 @@ func TestMixKEWire(t *testing.T) { } return s } - /* - rhash := func(b byte) chainhash.Hash { - var h chainhash.Hash - for i := range h { - h[i] = b - } - return h - } - */ // Create a fictitious message with easily-distinguishable fields. diff --git a/wire/msgmixsr_test.go b/wire/msgmixsr_test.go index 803c2d5a82..18266b3ca9 100644 --- a/wire/msgmixsr_test.go +++ b/wire/msgmixsr_test.go @@ -23,15 +23,6 @@ func TestMixSRWire(t *testing.T) { } return s } - /* - rhash := func(b byte) chainhash.Hash { - var h chainhash.Hash - for i := range h { - h[i] = b - } - return h - } - */ // Create a fictitious message with easily-distinguishable fields.