diff options
Diffstat (limited to 'src/nix/dotgraph.hh')
-rw-r--r-- | src/nix/dotgraph.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nix/dotgraph.hh b/src/nix/dotgraph.hh deleted file mode 100644 index ef389b30d353..000000000000 --- a/src/nix/dotgraph.hh +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __DOTGRAPH_H -#define __DOTGRAPH_H - -#include "storeexpr.hh" - -void printDotGraph(const PathSet & roots); - -#endif /* !__DOTGRAPH_H */ |