mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
Merge pull request #13689 from xokdvium/dead-code
libstore: Remove dead variable
This commit is contained in:
commit
fd6e383a63
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