1
0
Fork 0
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:
Eelco Dolstra 2010-04-08 11:41:19 +00:00
parent 7e048eddf5
commit b7b3dd55f9
4 changed files with 10 additions and 763 deletions

View file

@ -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;