diff options
Diffstat (limited to 'source/filesystem_test.go')
-rw-r--r-- | source/filesystem_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
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. |