1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

todo removal

This commit is contained in:
Ben Burdette 2020-05-06 15:01:13 -06:00
parent e76ad2e48a
commit e3901638b5
4 changed files with 0 additions and 5 deletions

View file

@ -41,7 +41,6 @@ AutoCloseFD LocalStore::openGCLock(LockType lockType)
throw SysError("opening global GC lock '%1%'", fnGCLock);
if (!lockFile(fdGCLock.get(), lockType, false)) {
// TODO: info?
printError("waiting for the big garbage collector lock...");
lockFile(fdGCLock.get(), lockType, true);
}