diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-31 14:01:46 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-31 14:09:27 +0100 |
commit | 678301072f05b650dc15c5edb4c25f08f0d6cace (patch) | |
tree | 76dc9f3e2adcec62fe4c39cfb417bf1984595f69 /src/nix/why-depends.cc | |
parent | a6e2b6b36044d7708cf50b464009e50c8d120730 (diff) |
nix flake list-inputs: Pretty-print the tree
Diffstat (limited to 'src/nix/why-depends.cc')
-rw-r--r-- | src/nix/why-depends.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nix/why-depends.cc b/src/nix/why-depends.cc index c539adb7f..fb12d5380 100644 --- a/src/nix/why-depends.cc +++ b/src/nix/why-depends.cc @@ -143,11 +143,6 @@ struct CmdWhyDepends : SourceExprCommand and `dependency`. */ std::function<void(Node &, const string &, const string &)> printNode; - const string treeConn = "╠═══"; - const string treeLast = "╚═══"; - const string treeLine = "║ "; - const string treeNull = " "; - struct BailOut { }; printNode = [&](Node & node, const string & firstPad, const string & tailPad) { |