From 05879db628a31f53c69a0fc29311c840c80837e0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 13 Jan 2007 15:41:54 +0000 Subject: * Memoize strict evaluation. --- src/libexpr/eval.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libexpr/eval.hh') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 323a82873456..5699d455cc0d 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -56,8 +56,7 @@ Expr evalFile(EvalState & state, const Path & path); attributes. If `canonicalise' is true, we remove things like position information and make sure that attribute sets are in sorded order. */ -Expr strictEvalExpr(EvalState & state, Expr e, - bool canonicalise = false); +Expr strictEvalExpr(EvalState & state, Expr e); /* Specific results. */ string evalString(EvalState & state, Expr e, PathSet & context); -- cgit 1.4.1