diff --git a/store/v2/migration/manager.go b/store/v2/migration/manager.go index a0b191ac736..5365e8eb6a1 100644 --- a/store/v2/migration/manager.go +++ b/store/v2/migration/manager.go @@ -19,8 +19,6 @@ import ( const ( // defaultChannelBufferSize is the default buffer size for the migration stream. defaultChannelBufferSize = 1024 - // defaultStorageBufferSize is the default buffer size for the storage snapshotter. - defaultStorageBufferSize = 1024 migrateChangesetKeyFmt = "m/cs_%x" // m/cs_ )