Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
index dd2143c75354267a28ec4eecdad162eac58ab0a7..9bc34fd6dc8be6c85c90ae6c9f895abc61c853f5 100644 |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.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. |