mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Drop the block count in the garbage collector
This commit is contained in:
parent
967d066d8e
commit
01d56c1eec
9 changed files with 23 additions and 37 deletions
|
|
@ -494,7 +494,7 @@ void RemoteStore::collectGarbage(const GCOptions & options, GCResults & results)
|
|||
|
||||
results.paths = readStrings<PathSet>(from);
|
||||
results.bytesFreed = readLongLong(from);
|
||||
results.blocksFreed = readLongLong(from);
|
||||
readLongLong(from); // obsolete
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue