var mu is unused (unused)

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
pull/30752/head
Benoit Tigeot 5 months ago
parent 7fe554e7a8
commit a23b96276a
No known key found for this signature in database
GPG Key ID: 8E6D4FC8AEBDA62C

@ -36,14 +36,9 @@ import (
"os/exec"
"path/filepath"
"runtime"
"sync"
"testing"
)
var (
mu sync.Mutex
)
func TestRenameWithFallback(t *testing.T) {
dir := t.TempDir()

Loading…
Cancel
Save