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