diff options
Diffstat (limited to 'hugofs/glob')
-rw-r--r-- | hugofs/glob/glob_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hugofs/glob/glob_test.go b/hugofs/glob/glob_test.go index 454fb850a..b63854e29 100644 --- a/hugofs/glob/glob_test.go +++ b/hugofs/glob/glob_test.go @@ -75,7 +75,6 @@ func TestGetGlob(t *testing.T) { } func BenchmarkGetGlob(b *testing.B) { - runBench := func(name string, cache *globCache, search string) { b.Run(name, func(b *testing.B) { g, err := GetGlob("**/foo") |