1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02: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;