about summary refs log tree commit diff
path: root/src/nix-store/xmlgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/xmlgraph.hh')
-rw-r--r--src/nix-store/xmlgraph.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nix-store/xmlgraph.hh b/src/nix-store/xmlgraph.hh
deleted file mode 100644
index a6e7d4e2805a..000000000000
--- a/src/nix-store/xmlgraph.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "types.hh"
-
-namespace nix {
-
-class Store;
-
-void printXmlGraph(ref<Store> store, const PathSet & roots);
-
-}