From 48ecca21dde5b1c8a3f34bad60512503292c7141 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:11:19 -0700 Subject: More minor cleanup --- hotline/server_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'hotline/server_test.go') diff --git a/hotline/server_test.go b/hotline/server_test.go index 0eb76f0..7e2608e 100644 --- a/hotline/server_test.go +++ b/hotline/server_test.go @@ -41,8 +41,6 @@ func TestServer_handleFileTransfer(t *testing.T) { TrackerPassID [4]byte Stats *Stats FS FileStore - mux sync.Mutex - flatNewsMux sync.Mutex FlatNews []byte } type args struct { -- cgit