diff options
Diffstat (limited to 'third_party/nix/src/nix-store/dotgraph.hh')
-rw-r--r-- | third_party/nix/src/nix-store/dotgraph.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/nix/src/nix-store/dotgraph.hh b/third_party/nix/src/nix-store/dotgraph.hh deleted file mode 100644 index 40c268685494..000000000000 --- a/third_party/nix/src/nix-store/dotgraph.hh +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "libutil/types.hh" - -namespace nix { - -class Store; - -void printDotGraph(const ref<Store>& store, const PathSet& roots); - -} // namespace nix |