mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
Revert "TarArchive: Small refactoring"
This reverts commit 50a35860ee
.
With this change Nix fails to open bzip2 logfiles that were created from
builds with no stdout/stderr.
This commit is contained in:
parent
d9cfd853e5
commit
c85467a1b6
2 changed files with 14 additions and 15 deletions
|
@ -17,13 +17,10 @@ struct TarArchive {
|
|||
// disable copy constructor
|
||||
TarArchive(const TarArchive &) = delete;
|
||||
|
||||
void init();
|
||||
|
||||
void close();
|
||||
|
||||
~TarArchive();
|
||||
};
|
||||
|
||||
void unpackTarfile(Source & source, const Path & destDir);
|
||||
|
||||
void unpackTarfile(const Path & tarFile, const Path & destDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue