Skip to content

Commit

Permalink
Remove unused function from filecache_test (#8322)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanja-p authored Feb 5, 2025
1 parent f9fe885 commit 5f69852
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ func writeFileContent(t *testing.T, base, path, content string, executable bool)
return fullPath
}

func fcRelativePath(group, h string) string {
return group + h[:4] + "/" + h
}

func TestFilecache(t *testing.T) {
ctx := context.TODO()
fcDir := testfs.MakeTempDir(t)
Expand Down

0 comments on commit 5f69852

Please sign in to comment.