appengine: remove unused dummyCloser

Change-Id: I0ac0dafe5d3a2639810f2951daeb5c6176cc5863
This commit is contained in:
Brad Fitzpatrick 2014-02-08 09:25:59 -08:00
parent 60d8bb3a2d
commit 1b53c6d851
1 changed files with 0 additions and 3 deletions

View File

@ -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