diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-05T15·18+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-05T15·18+0100 |
commit | 2caab8166045135bb78fd93dc9778a4d25d9499f (patch) | |
tree | 0fdcc3fad7963ddfcbc8fef29854dfdc2d8445c7 /src/libexpr/eval.hh | |
parent | f7e077ad275a0f405b750e2b19fedbeadc6f8a15 (diff) |
Revert "Make ifs and asserts tail-recursive"
This reverts commit 273322c7732093a354e86df82cf75d6604b8bce8.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 6da89c58a6ae..58d1318c2aed 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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); |