Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
index 14492e9660d28142d32bde830360eb5cfc81c83c..a71d046d26f01afce58a0269d4bedc9c492bc408 100644 |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.cc |
@@ -470,7 +470,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { |
// TODO(rmcilroy): List of things not currently dealt with here but done in |
// fullcodegen's prologue: |
- // - Support profiler (specifically profiling_counter). |
// - Call ProfileEntryHookStub when isolate has a function_entry_hook. |
// - Code aging of the BytecodeArray object. |