mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Revert "Make ifs and asserts tail-recursive"
This reverts commit 273322c773
.
This commit is contained in:
parent
f7e077ad27
commit
2caab81660
2 changed files with 4 additions and 11 deletions
|
@ -144,7 +144,6 @@ public:
|
|||
|
||||
/* Evaluation the expression, then verify that it has the expected
|
||||
type. */
|
||||
inline bool evalBool(Env & env, Expr * e, Value & v);
|
||||
inline bool evalBool(Env & env, Expr * e);
|
||||
inline void evalAttrs(Env & env, Expr * e, Value & v);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue