Skip to content

Commit 028b3b6

Browse files
committed
Merge pull request #147 from philix/extra-store
Minor change: remove unnecessary update of local variable
2 parents 5e9c79a + 6cf0f3f commit 028b3b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/language/lexer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ function readNumber(source, start, firstCode) {
289289
code = charCodeAt.call(body, ++position);
290290
}
291291
position = readDigits(source, position, code);
292-
code = charCodeAt.call(body, position);
293292
}
294293

295294
return makeToken(

0 commit comments

Comments
 (0)