mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove unnecessary variable assignment
Second `ignoreWhitespace` assignment overrides the first assignment regardless.
This commit is contained in:
parent
24702d250a
commit
a0ee5ef0ab
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@
|
|||
break;
|
||||
}
|
||||
if (ch == "z" && escaped) {
|
||||
ignoreWhitespace = true;
|
||||
stream.eatSpace();
|
||||
ignoreWhitespace = stream.eol();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue