mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
* Removed a bunch of ATreverses.
This commit is contained in:
parent
b52e711910
commit
c791e94aee
2 changed files with 20 additions and 17 deletions
|
@ -218,7 +218,7 @@ Expr makeAttrs(const ATermMap & attrs)
|
|||
abort(); /* can't happen */
|
||||
bnds = ATinsert(bnds, makeBind(*i, e, pos));
|
||||
}
|
||||
return makeAttrs(ATreverse(bnds));
|
||||
return makeAttrs(bnds);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue