]> git.ipfire.org Git - thirdparty/systemd.git/commit
efivars: drop unused "optimization" 38864/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Sep 2025 07:45:47 +0000 (09:45 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Sep 2025 07:45:47 +0000 (09:45 +0200)
commit4125e0c3db9fd8a2102781674db7aae263714aec
tree5a80ec37b2ae25430566a67e33aff0d241262282
parent4b974789799dab2c4f1aba6f028d9dfc518e291a
efivars: drop unused "optimization"

This was added in c242a082793df77a1dc0bce7f470660ab0a86fe5, and AFAICT, the
code was never exercised, not even in the tests. With this chunk gone, if
anyone ever calls the function without any output params, we'll do open + fstat
instead of access, which will work just fine too.
src/basic/efivars.c