Revert no longer necessary change

This commit is contained in:
Eelco Dolstra 2021-07-26 13:50:18 +02:00
parent fe1f34fa60
commit 72c5bac39d

View file

@ -683,7 +683,7 @@ public:
the Nix store. Optionally, the contents of the NARs are
preloaded into the specified FS accessor to speed up subsequent
access. */
virtual StorePaths importPaths(Source & source, CheckSigsFlag checkSigs = CheckSigs);
StorePaths importPaths(Source & source, CheckSigsFlag checkSigs = CheckSigs);
struct Stats
{