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; const int nixSchemaVersion = 10;
struct Derivation;
struct OptimiseStats struct OptimiseStats
{ {
unsigned long filesLinked = 0; unsigned long filesLinked = 0;