]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/hwdb-util: drop "variable" with a single use
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2023 13:19:41 +0000 (14:19 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2023 14:27:30 +0000 (15:27 +0100)
commit6e01955b303a75b2b955c67480b413d900ff10b1
treec7dceacfdb29fdb22ddb02800db73ee195fe4d52
parent650a4a956592c06123a39e67d32f78db24591b97
shared/hwdb-util: drop "variable" with a single use

In 6a34639e76b8b59233a97533b13836d5a44e8d4a arg_hwdb_bin_dir was replaced by
default_hwdb_bin_dir, which is constant. Generally we'd use a #define instead,
but since there's just one use, let's just avoid the indirection altogether.
src/shared/hwdb-util.c