aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/stream.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/stream.go')
-rw-r--r--weed/filer/stream.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/filer/stream.go b/weed/filer/stream.go
index f9a762187..2c25b8722 100644
--- a/weed/filer/stream.go
+++ b/weed/filer/stream.go
@@ -33,7 +33,6 @@ func StreamContent(masterClient wdclient.HasLookupFileIdFunction, w io.Writer, c
fileId2Url[chunkView.FileId] = urlStrings
}
-
for _, chunkView := range chunkViews {
urlStrings := fileId2Url[chunkView.FileId]