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

Don't need abstract struct Derivation in local-store

This commit is contained in:
John Ericson 2020-06-17 04:04:41 +00:00
parent 21ef342172
commit 7130f0a3a6

View file

@ -23,9 +23,6 @@ namespace nix {
const int nixSchemaVersion = 10;
struct Derivation;
struct OptimiseStats
{
unsigned long filesLinked = 0;