From 544b9e3dd6b36abba7942252451d403482852933 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Feb 2025 16:56:56 -0800 Subject: [PATCH] Remove no-longer-needed delete_frame UNINIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/frame.c (delete_frame): Remove a local with UNINIT that is no longer needed now that GCC bug#85563 is fixed, as we don’t need to worry about porting --enable-gcc-warnings to older GCC. This change reverts this part of my commit “Port --enable-gcc-warnings to GCC 8” 8c3215e7a47e3caaa005bf573765ed63e0739b89 dated Sat Apr 28 16:49:24 2018 -0700. (cherry picked from commit 4aab2f45b3dc39f4ebe4e09fd4e3b56b757843aa) --- src/frame.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index d060fbfd54d..194a5cc1618 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2481,7 +2481,6 @@ delete_frame (Lisp_Object frame, Lisp_Object force) else { Lisp_Object tail; - Lisp_Object frame1 UNINIT; /* This line works around GCC bug 85563. */ eassume (CONSP (Vframe_list)); /* Look for another visible frame on the same terminal. -- 2.39.5