Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index eff1a704d10bfeb75683df58e51e62512e060d43..36e4edaa72a8a81176fdebad5d9bfef219a208c6 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -137,11 +137,6 @@ |
BytecodeArrayBuilder& StoreDataPropertyInLiteral( |
Register object, Register name, DataPropertyInLiteralFlags flags, |
int feedback_slot); |
- |
- // Collect type information for developer tools. The value for which we |
- // record the type is stored in the accumulator. |
- // TODO(franzih): Do not pass the name, instead use the source position. |
- BytecodeArrayBuilder& CollectTypeProfile(Register name, int feedback_slot); |
// Store a property named by a property name. The value to be stored should be |
// in the accumulator. |