]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal-file-util: drop unused template argument for journal_file_open_reliably()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Feb 2024 11:21:25 +0000 (20:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Feb 2024 00:50:18 +0000 (09:50 +0900)
commitda96afcd6c7e3f5aec370ae35e532b913ac5ea41
tree345f98550ed828d9081e372f0e2b6b8c17cefadf
parent36c6b26c371dbd6c4e3f0ff78b02c8a06a82d805
journal-file-util: drop unused template argument for journal_file_open_reliably()

I understand that the original motivation to introduce the template
argument here is to make journal_file_open() and _reliabrly() take the
same arguments. But, yeah, that's completely unused, not necessary to
complicate the code even the difference is not big.
src/journal-remote/journal-remote.c
src/journal/journald-server.c
src/shared/journal-file-util.c
src/shared/journal-file-util.h