Index: src/ppc/builtins-ppc.cc |
diff --git a/src/ppc/builtins-ppc.cc b/src/ppc/builtins-ppc.cc |
index d88aee78aeeb0c404de5cc78cace4205e3917215..c2fab2131bd17d76ab9c56a2f352953396ba9f7d 100644 |
--- a/src/ppc/builtins-ppc.cc |
+++ b/src/ppc/builtins-ppc.cc |
@@ -1027,7 +1027,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. |