From 0f61e4e7a4be77ffe5f6a165fcbfe8df8601b1bc Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Thu, 16 May 2024 15:25:15 -0700 Subject: [PATCH] Merge fix --- CodeGen/src/BytecodeAnalysis.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/CodeGen/src/BytecodeAnalysis.cpp b/CodeGen/src/BytecodeAnalysis.cpp index a2f67ebbd..900093d18 100644 --- a/CodeGen/src/BytecodeAnalysis.cpp +++ b/CodeGen/src/BytecodeAnalysis.cpp @@ -11,8 +11,6 @@ #include -#include - LUAU_FASTFLAG(LuauCodegenDirectUserdataFlow) LUAU_FASTFLAG(LuauLoadTypeInfo) // Because new VM typeinfo load changes the format used by Codegen, same flag is used LUAU_FASTFLAGVARIABLE(LuauCodegenTypeInfo, false) // New analysis is flagged separately