1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

Remove syncWithGC()

This commit is contained in:
Eelco Dolstra 2021-08-17 18:53:14 +02:00
parent 8eac7dfad4
commit 9947f1646a
6 changed files with 7 additions and 45 deletions

View file

@ -148,8 +148,6 @@ public:
void addIndirectRoot(const Path & path) override;
void syncWithGC() override;
private:
typedef std::shared_ptr<AutoCloseFD> FDPtr;