Skip to content

Commit 8e7359d

Browse files
committed
Remove unused "<let-body>" symbol
The requirement for the symbol has been removed since at least 7d47498.
1 parent 3d6ee22 commit 8e7359d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libexpr/parser.y

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ namespace nix {
3333
Symbol file;
3434
FileOrigin origin;
3535
std::optional<ErrorInfo> error;
36-
Symbol sLetBody;
3736
ParseData(EvalState & state)
3837
: state(state)
3938
, symbols(state.symbols)
40-
, sLetBody(symbols.create("<let-body>"))
4139
{ };
4240
};
4341

0 commit comments

Comments
 (0)