1From 3d5373575695b293b8559155431d0079a6153aff Mon Sep 17 00:00:00 2001 2From: Michael Catanzaro <mcatanzaro@redhat.com> 3Date: Mon, 5 Feb 2024 11:00:49 -0600 4Subject: [PATCH] =?UTF-8?q?[GTK]=20[2.42.5]=20LowLevelInterpreter.cpp:339:?= 5 =?UTF-8?q?21:=20error:=20=E2=80=98t6=E2=80=99=20was=20not=20declared=20in?= 6 =?UTF-8?q?=20this=20scope=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid?= 7 =?UTF-8?q?=3D268739?= 8MIME-Version: 1.0 9Content-Type: text/plain; charset=UTF-8 10Content-Transfer-Encoding: 8bit 11 12Unreviewed build fix. Seems a backport went badly, and we didn't notice 13because the code is architecture-specific. 14 15* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp: 16(JSC::CLoop::execute): 17 18Upstream: https://github.com/WebKit/WebKit/commit/3d5373575695b293b8559155431d0079a6153aff 19Signed-off-by: Peter Korsgaard <peter@korsgaard.com> 20--- 21 Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 2 -- 22 1 file changed, 2 deletions(-) 23 24diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp 25index 5064ead6cd2e..9a2e2653b121 100644 26--- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp 27+++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp 28@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, 29 UNUSED_VARIABLE(t2); 30 UNUSED_VARIABLE(t3); 31 UNUSED_VARIABLE(t5); 32- UNUSED_VARIABLE(t6); 33- UNUSED_VARIABLE(t7); 34 35 struct StackPointerScope { 36 StackPointerScope(CLoopStack& stack) 37-- 382.39.2 39 40