mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
LibWeb: Make is_identifier always return false the simple way
This commit is contained in:
committed by
Andreas Kling
parent
d6466da4db
commit
b6561f5e2b
@@ -14,10 +14,8 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
bool SyntaxHighlighter::is_identifier(u64 token) const
|
||||
bool SyntaxHighlighter::is_identifier(u64) const
|
||||
{
|
||||
if (!token)
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user