mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
JSSpecCompiler: Remove ParseError
This commit is contained in:
parent
9a2337f7ad
commit
94f5086b93
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/DanShaders
Commit: 94f5086b93
Pull-request: https://github.com/SerenityOS/serenity/pull/22899
Reviewed-by: https://github.com/ADKaster ✅
7 changed files with 1 additions and 107 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Parser/ParseError.h"
|
||||
#include "Parser/Token.h"
|
||||
|
||||
namespace JSSpecCompiler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue