Procházet zdrojové kódy

Meta: Port 77d7f715e3a50 to gn

Nico Weber před 2 roky
rodič
revize
406b68a612

+ 0 - 6
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",