1
0
Fork 0

asm: Remove unreachable code

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-08-12 22:45:39 -07:00
parent 505d53c95c
commit 93c0a320a8
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ func NewOutputTarStream(fg storage.FileGetter, up storage.Unpacker) io.ReadClose
fh.Close()
}
}
pw.Close()
}()
return pr
}