Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 50bb6893f8a457dafc545c394fa3bce87cb895ec..067d46be1a1baf3073b7d0ae5d4d420c8254a6c4 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -443,9 +443,6 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() { |
FLAG_native_context_specialization) { |
info()->MarkAsNativeContextSpecializing(); |
info()->MarkAsTypingEnabled(); |
- } else if (FLAG_turbo_type_feedback) { |
- info()->MarkAsTypeFeedbackEnabled(); |
- info()->EnsureFeedbackVector(); |
} |
if (!info()->shared_info()->asm_function() || |
FLAG_turbo_asm_deoptimization) { |