From 1031f424e950e9a7fddfa88798c06a8582924cbb Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Thu, 2 Jan 2025 16:51:00 +1300 Subject: [PATCH] LibJS: Remove inaccurate comment about use of on_call_stack_emptied This is no longer done. One of the comments is also innacurate for a second reason - the call stack is never empty in that case, and is verified as such only a few lines above. --- Libraries/LibJS/Bytecode/Interpreter.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Libraries/LibJS/Bytecode/Interpreter.cpp b/Libraries/LibJS/Bytecode/Interpreter.cpp index 432c62cdeb5..84bf2c7df2d 100644 --- a/Libraries/LibJS/Bytecode/Interpreter.cpp +++ b/Libraries/LibJS/Bytecode/Interpreter.cpp @@ -268,8 +268,6 @@ ThrowCompletionOr Interpreter::run(Script& script_record, GC::Ptr