Index: src/mips64/builtins-mips64.cc |
diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc |
index 5b96b83c1e60a1e6d8077dc9f949bfe2e53bc9ad..72e009cf2922ac70b73d405b7a96c65b58656083 100644 |
--- a/src/mips64/builtins-mips64.cc |
+++ b/src/mips64/builtins-mips64.cc |
@@ -918,9 +918,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. |