fixup unused functions/vars

This commit is contained in:
Evan Jarrett
2026-01-04 21:16:02 -06:00
parent 680e4bdfe2
commit fbcaf56fce
7 changed files with 5 additions and 45 deletions
-6
View File
@@ -45,12 +45,6 @@ func (m *mockNamespace) BlobStatter() distribution.BlobStatter {
return nil
}
// mockRepository is a minimal mock implementation
type mockRepository struct {
distribution.Repository
name string
}
func TestSetGlobalRefresher(t *testing.T) {
// Test that SetGlobalRefresher doesn't panic
SetGlobalRefresher(nil)