1
0
forked from Mirror/wren

Remove redundant ignoreNewlines().

This commit is contained in:
Bob Nystrom
2015-08-31 07:46:17 -07:00
parent 2b044666ee
commit 1cea3ca3bc

View File

@ -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