From 406b68a612f0f07814e050ba9ee252b8022fc2da Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 27 Jul 2023 10:12:12 -0400 Subject: [PATCH] Meta: Port 77d7f715e3a50 to gn --- Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 26a7065a59b..4524e5e5c96 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",