forked from mirrors/tar-split
Merge pull request #10 from LK4D4/fix_pipe_close
asm: Remove unreachable code
This commit is contained in:
commit
8f81a50860
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ func NewOutputTarStream(fg storage.FileGetter, up storage.Unpacker) io.ReadClose
|
||||||
fh.Close()
|
fh.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pw.Close()
|
|
||||||
}()
|
}()
|
||||||
return pr
|
return pr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue