mirror of https://github.com/perkeep/perkeep.git
appengine: remove unused dummyCloser
Change-Id: I0ac0dafe5d3a2639810f2951daeb5c6176cc5863
This commit is contained in:
parent
60d8bb3a2d
commit
1b53c6d851
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue