Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index 51836f6e21f9256bfb9eff038ee308edafaf351f..85ce7ab4441d3d64584f0fd673963ec059155fd2 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.cc |
@@ -599,7 +599,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. |