diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 26a7065a59..4524e5e5c9 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -27,12 +27,6 @@ shared_library("LibJS") { "Bytecode/Instruction.cpp", "Bytecode/Interpreter.cpp", "Bytecode/Op.cpp", - "Bytecode/Pass/DumpCFG.cpp", - "Bytecode/Pass/GenerateCFG.cpp", - "Bytecode/Pass/LoadElimination.cpp", - "Bytecode/Pass/MergeBlocks.cpp", - "Bytecode/Pass/PlaceBlocks.cpp", - "Bytecode/Pass/UnifySameBlocks.cpp", "Bytecode/RegexTable.cpp", "Bytecode/StringTable.cpp", "Console.cpp",