diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-04-22 11:11:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-04-22 11:11:19 -0700 |
| commit | 48ecca21dde5b1c8a3f34bad60512503292c7141 (patch) | |
| tree | 3c6a701ec419ebf0a1657a8ce4fa741c8ffc8561 /hotline/server_test.go | |
| parent | c8bfd6061f5079f6c6c0155a2de1e8cd32d8a39a (diff) | |
More minor cleanup
Diffstat (limited to 'hotline/server_test.go')
| -rw-r--r-- | hotline/server_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |