From b5f39d23b86f9cb83c51da9fe4abb4c19c01c3b7 Mon Sep 17 00:00:00 2001 From: Bjørn Erik Pedersen Date: Sun, 24 Mar 2019 10:11:16 +0100 Subject: all: Apply staticcheck recommendations --- source/filesystem_test.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/filesystem_test.go') diff --git a/source/filesystem_test.go b/source/filesystem_test.go index 2c1eeb171..8c8e30413 100644 --- a/source/filesystem_test.go +++ b/source/filesystem_test.go @@ -32,14 +32,6 @@ func TestEmptySourceFilesystem(t *testing.T) { } } -type TestPath struct { - filename string - logical string - content string - section string - dir string -} - func TestUnicodeNorm(t *testing.T) { if runtime.GOOS != "darwin" { // Normalization code is only for Mac OS, since it is not necessary for other OSes. -- cgit v1.2.3