From 9ff5f6492f46b7f3342d47f138b590f09e939865 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 7 Dec 2019 22:35:14 +0700 Subject: libarchive proof of concept --- src/libutil/tarfile.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libutil/tarfile.hh') diff --git a/src/libutil/tarfile.hh b/src/libutil/tarfile.hh index ce0911e2a..89a024f1d 100644 --- a/src/libutil/tarfile.hh +++ b/src/libutil/tarfile.hh @@ -4,7 +4,6 @@ namespace nix { void unpackTarfile(Source & source, const Path & destDir); -void unpackTarfile(const Path & tarFile, const Path & destDir, - std::optional baseName = {}); +void unpackTarfile(const Path & tarFile, const Path & destDir); } -- cgit v1.2.3