Skip to content

Commit 0042311

Browse files
committed
Remove unused const
1 parent 4f60f90 commit 0042311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/config/migrate.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
package config
1616

1717
const ConfigVersion2 = 2
18-
const MaxConfigVersion = ConfigVersion2
18+
19+
// const MaxConfigVersion = ConfigVersion2
1920

2021
// MigrateVersions migrates the profile to the latest version.
2122
// This function can be expanded to support future migrations.

0 commit comments

Comments
 (0)