Skip to content

Commit 7a7af18

Browse files
committed
🔥 Remove unused watch map type.
This is now just a floating function.
1 parent 2661760 commit 7a7af18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎components/migrations.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ import (
4848

4949
type migrationsComponent struct{}
5050

51-
type migrationsComponentWatchMap struct {
52-
client client.Client
53-
log logr.Logger
54-
}
55-
5651
func Migrations() *migrationsComponent {
5752
return &migrationsComponent{}
5853
}

0 commit comments

Comments
 (0)