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

Remove unused LockFile::write()

This commit is contained in:
Eelco Dolstra 2023-10-25 18:44:09 +02:00
parent 95d657c8b3
commit 15c430f389
2 changed files with 0 additions and 8 deletions

View file

@ -65,8 +65,6 @@ struct LockFile
static LockFile read(const Path & path);
void write(const Path & path) const;
/**
* Check whether this lock file has any unlocked inputs.
*/