]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/terminal-util: simplify output param handling 37493/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 May 2025 13:24:12 +0000 (15:24 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 May 2025 13:33:50 +0000 (15:33 +0200)
commitf4bdf373c5538b2a28fc033060aa609115297a81
treee5a1a4e1df988d5298ecc8603f2936077b0610bd
parent5b5545f112126157be3ffd89a70803507456ee71
basic/terminal-util: simplify output param handling

Those static functions were written to support optional output params, but they
are only ever called with the output param set, and it doesn't make sense to
ever call them without the output param. Since those are internal functions,
drop this unused complexity.
src/basic/terminal-util.c