* Drop ATmake / ATMatcher also in handling store expressions.

This commit is contained in:
Eelco Dolstra 2004-10-29 11:22:49 +00:00
parent ed09821859
commit a69534fc21
19 changed files with 118 additions and 258 deletions

View file

@ -6,7 +6,7 @@
#include "shared.hh"
#include "eval.hh"
#include "parser.hh"
#include "constructors.hh"
#include "nixexpr-ast.hh"
#include "help.txt.hh"
@ -28,7 +28,6 @@ static Expr evalStdin(EvalState & state, bool parseOnly)
static void printDrvPaths(EvalState & state, Expr e)
{
ATMatcher m;
ATermList es;
/* !!! duplication w.r.t. parseDerivations in nix-env */