lib/storage: remove unused code (#4050)

This commit is contained in:
faceair 2023-04-03 12:23:24 +08:00 committed by Aliaksandr Valialkin
parent de0fe02f6e
commit f3af8331ec
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -60,9 +60,6 @@ func TestAppendPartsToMergeManyParts(t *testing.T) {
r := rand.New(rand.NewSource(1))
for i := 0; i < 1024; i++ {
n := uint64(uint32(r.NormFloat64() * 1e9))
if n < 0 {
n = -n
}
n++
maxOutSize += n
sizes = append(sizes, n)