Index: src/x64/builtins-x64.cc |
diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc |
index 98f253838c55315c21af8efff93a1f6d3e1c5c53..d7382144d28b2bc53ee80360a77eabe666834f5b 100644 |
--- a/src/x64/builtins-x64.cc |
+++ b/src/x64/builtins-x64.cc |
@@ -541,7 +541,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. |