aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-17 04:04:41 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-17 04:05:38 +0000
commit7130f0a3a6455cf27863f0bbccf0974cfcc82fa2 (patch)
treeeefba85b805be36128efee792ad40968efb6f6d7 /src/libstore
parent21ef342172366cf66a5ff952da9ba1d825aec064 (diff)
Don't need abstract `struct Derivation` in local-store
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/local-store.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index e17cc45ae..872500957 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -23,9 +23,6 @@ namespace nix {
const int nixSchemaVersion = 10;
-struct Derivation;
-
-
struct OptimiseStats
{
unsigned long filesLinked = 0;