Browse Source

fix compilation

pull/3942/merge
chrislu 2 years ago
parent
commit
9e0d526163
  1. 1
      weed/filer/filechunk_section.go

1
weed/filer/filechunk_section.go

@ -46,7 +46,6 @@ func (section *FileChunkSection) addChunk(chunk *filer_pb.FileChunk) error {
}
func removeGarbageChunks(section *FileChunkSection, garbageFileIds map[string]struct{}) {
now := time.Now()
for i := 0; i < len(section.chunks); {
t := section.chunks[i]
length := len(section.chunks)

Loading…
Cancel
Save