mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 06:38:45 +01:00
Remove redundant ignoreNewlines().
This commit is contained in:
@ -1808,8 +1808,6 @@ static void list(Compiler* compiler, bool allowAssignment)
|
||||
|
||||
// Instantiate a new list.
|
||||
callMethod(compiler, 0, "new()", 5);
|
||||
|
||||
ignoreNewlines(compiler);
|
||||
|
||||
// Compile the list elements. Each one compiles to a ".add()" call.
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user