mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: remove unused code (#4050)
This commit is contained in:
parent
de0fe02f6e
commit
f3af8331ec
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue