about summary refs log tree commit diff
path: root/src/nix-store/xmlgraph.hh
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2018-10-20T07·48+0200
committerAntoine Eiche <lewo@abesis.fr>2018-10-20T07·48+0200
commitd506342aa2b6945899988878b7c58de683cb573a (patch)
tree0594c0c0fc7bd667cedf1a625caf810864f832e8 /src/nix-store/xmlgraph.hh
parent73c2ae43f08ca35cbb8f86ec7c2efc15ad8686b9 (diff)
Remove the `--xml` query command option
The `--graphml` option can be used instead.
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);
-
-}