carry 17329

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: e9ab5962384f743cb880add60ff27407a1098869
Component: engine
This commit is contained in:
Brian Goff
2016-02-06 13:46:21 -05:00
parent 311dc4f8a6
commit e933ac3b82
@@ -28,8 +28,6 @@ func (l *tarexporter) Load(inTar io.ReadCloser, outStream io.Writer, quiet bool)
)
if !quiet {
progressOutput = sf.NewProgressOutput(outStream, false)
} else {
progressOutput = nil
}
tmpDir, err := ioutil.TempDir("", "docker-import-")