diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 17b112e80a..e7218544ef 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -33,12 +33,6 @@ shared_library("LibJS") { "Bytecode/IdentifierTable.cpp", "Bytecode/Instruction.cpp", "Bytecode/Interpreter.cpp", - "Bytecode/Pass/DumpCFG.cpp", - "Bytecode/Pass/GenerateCFG.cpp", - "Bytecode/Pass/MergeBlocks.cpp", - "Bytecode/Pass/Peephole.cpp", - "Bytecode/Pass/PlaceBlocks.cpp", - "Bytecode/Pass/UnifySameBlocks.cpp", "Bytecode/RegexTable.cpp", "Bytecode/StringTable.cpp", "Console.cpp",