1
0
Fork 0
forked from mirrors/tar-split

Merge pull request #10 from LK4D4/fix_pipe_close

asm: Remove unreachable code
This commit is contained in:
Vincent Batts 2015-08-13 15:36:42 -04:00
commit 8f81a50860

View file

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