Remove unused "<let-body>" symbol

The requirement for the symbol has been removed since at least 7d47498.
This commit is contained in:
Andreas Rammhold 2021-11-07 18:21:24 +01:00
parent 3d6ee223d6
commit 8e7359db64
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -33,11 +33,9 @@ namespace nix {
Symbol file;
FileOrigin origin;
std::optional<ErrorInfo> error;
Symbol sLetBody;
ParseData(EvalState & state)
: state(state)
, symbols(state.symbols)
, sLetBody(symbols.create("<let-body>"))
{ };
};