Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index 3f6b547a0cb2a998ce9248572449f49975f830ae..c91f0a931b30f1a876a3af34e465e9a124bb0f89 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.cc |
@@ -642,9 +642,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { |
// - Support profiler (specifically profiling_counter). |
// - Call ProfileEntryHookStub when isolate has a function_entry_hook. |
// - Allow simulator stop operations if FLAG_stop_at is set. |
- // - Deal with sloppy mode functions which need to replace the |
- // receiver with the global proxy when called as functions (without an |
- // explicit receiver object). |
// - Code aging of the BytecodeArray object. |
// Perform stack guard check. |