diff --git a/server/appengine/camli/storage.go b/server/appengine/camli/storage.go index bad239cc6..f1878a9ef 100644 --- a/server/appengine/camli/storage.go +++ b/server/appengine/camli/storage.go @@ -22,7 +22,6 @@ import ( "bytes" "fmt" "io" - "io/ioutil" "os" "strings" "sync" @@ -112,8 +111,6 @@ func newFromConfig(ld blobserver.Loader, config jsonconfig.Obj) (storage blobser return sto, nil } -var dummyCloser = ioutil.NopCloser(strings.NewReader("")) - func (sto *appengineStorage) FetchStreaming(br blob.Ref) (file io.ReadCloser, size uint32, err error) { loan := ctxPool.Get() ctx := loan