mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
todo removal
This commit is contained in:
parent
e76ad2e48a
commit
e3901638b5
4 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue