mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
libstore: Remove dead variable
This commit is contained in:
parent
e5a8ee45b7
commit
e3d7f20afe
1 changed files with 0 additions and 1 deletions
|
|
@ -825,7 +825,6 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
|
|||
unreachable. We don't use readDirectory() here so that
|
||||
GCing can start faster. */
|
||||
auto linksName = baseNameOf(linksDir);
|
||||
Paths entries;
|
||||
struct dirent * dirent;
|
||||
while (errno = 0, dirent = readdir(dir.get())) {
|
||||
checkInterrupt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue