mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
remove more explicit valmap code
This commit is contained in:
parent
d8a977a22e
commit
310c689d31
2 changed files with 47 additions and 102 deletions
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue