]> git.eshelyaron.com Git - emacs.git/commit
Remove no-longer-needed delete_frame UNINIT
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Feb 2025 00:56:56 +0000 (16:56 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:35:48 +0000 (09:35 +0100)
commit544b9e3dd6b36abba7942252451d403482852933
tree5c1a87194c329b706dc935e1bb2d9eab6b3cbe3c
parentc0db7440247c5bff9564b440887aa6eebac25d4c
Remove no-longer-needed delete_frame UNINIT

* 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