mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
fix compilation
This commit is contained in:
parent
7f49c59c14
commit
9e0d526163
@ -46,7 +46,6 @@ func (section *FileChunkSection) addChunk(chunk *filer_pb.FileChunk) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func removeGarbageChunks(section *FileChunkSection, garbageFileIds map[string]struct{}) {
|
func removeGarbageChunks(section *FileChunkSection, garbageFileIds map[string]struct{}) {
|
||||||
now := time.Now()
|
|
||||||
for i := 0; i < len(section.chunks); {
|
for i := 0; i < len(section.chunks); {
|
||||||
t := section.chunks[i]
|
t := section.chunks[i]
|
||||||
length := len(section.chunks)
|
length := len(section.chunks)
|
||||||
|
Loading…
Reference in New Issue
Block a user