mirror of
https://github.com/NixOS/nix
synced 2025-07-05 04:01:47 +02:00
* Remove a lot of dead code.
This commit is contained in:
parent
7e048eddf5
commit
b7b3dd55f9
4 changed files with 10 additions and 763 deletions
|
@ -42,7 +42,7 @@ void processExpr(EvalState & state, const Strings & attrPaths,
|
|||
bool evalOnly, bool xmlOutput, Expr e)
|
||||
{
|
||||
if (parseOnly)
|
||||
std::cout << format("%1%\n") % canonicaliseExpr(e);
|
||||
std::cout << format("%1%\n");
|
||||
else
|
||||
foreach (Strings::const_iterator, i, attrPaths) {
|
||||
Value v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue