Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eeb2c397aa4e8b3318661e8a3bd7a46c14778365
https://github.com/WebKit/WebKit/commit/eeb2c397aa4e8b3318661e8a3bd7a46c14778365
Author: Chris Dumez <[email protected]>
Date: 2026-04-02 (Thu, 02 Apr 2026)
Changed paths:
M Source/JavaScriptCore/parser/Lexer.cpp
Log Message:
-----------
Drop dead code in `Lexer<T>::lexWithoutClearingLineTerminator()`
https://bugs.webkit.org/show_bug.cgi?id=311321
Reviewed by Yusuke Suzuki.
`token` is set to `DOUBLE` a few lines above and is not updated in between
so it can never be `INTEGER` here and this is just dead code.
* Source/JavaScriptCore/parser/Lexer.cpp:
(JSC::Lexer<T>::lexWithoutClearingLineTerminator):
Canonical link: https://commits.webkit.org/310424@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications