Skip to content

Commit 7626535

Browse files
remove unused
1 parent 8b9c5f7 commit 7626535

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

migrate_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,11 +1339,6 @@ func newMigSeq(migr ...*Migration) migrationSequence {
13391339
return migr
13401340
}
13411341

1342-
func (m *migrationSequence) add(migr ...*Migration) migrationSequence { // nolint:unused
1343-
*m = append(*m, migr...)
1344-
return *m
1345-
}
1346-
13471342
func (m *migrationSequence) bodySequence() []string {
13481343
r := make([]string, 0)
13491344
for _, v := range *m {

0 commit comments

Comments
 (0)