]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: inline a single-use variable 41174/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 20 Mar 2026 08:50:27 +0000 (09:50 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 20 Mar 2026 14:27:57 +0000 (15:27 +0100)
commit7e14d3b979d3ec51d42b10ffa0561a3c4b3e7dd1
tree1aa5e604d9b8e3c81e163a806391532db74de71a
parentfabc22f5998e610eb7ba70a963cab9f94dca5c0a
boot: inline a single-use variable

Also, in general we prefer variables that are always defined over
checking with #ifdef, so #if defined(HAVE_NO_STACK_PROTECTOR_ATTRIBUTE)
is something that we want to avoid.
src/boot/efi-log.h