diff options
author | Ben Burdette <bburdette@gmail.com> | 2021-08-25 13:18:27 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2021-08-25 13:18:27 -0600 |
commit | 310c689d317d1eb4bcf50cd11d84165fe2ffd512 (patch) | |
tree | 49920a0e465f0f6736d93e70266ab0e72a08b0d3 /src/libexpr/eval.hh | |
parent | d8a977a22ebd8884124a0a80e6b1523228f70f4b (diff) |
remove more explicit valmap code
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 f5c685edf..ca3a7b742 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -40,7 +40,6 @@ struct Env Env * up; unsigned short prevWith:14; // nr of levels up to next `with' environment enum { Plain = 0, HasWithExpr, HasWithAttrs } type:2; - std::unique_ptr<valmap> valuemap; // TODO: rename Value * values[0]; }; |