1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

shared/install: drop unneeded initialization

(cherry picked from commit dd6b325a05c4caccd1a17dd4147f48a916eee386)
This commit is contained in:
Mike Yuan 2024-06-19 18:44:26 +02:00 committed by Luca Boccassi
parent f414ca0ee3
commit 908edce5b6

View File

@ -2012,7 +2012,7 @@ static int install_info_symlink_wants(
UnitNameFlags valid_dst_type = UNIT_NAME_ANY;
const char *n;
int r = 0, q;
int r, q;
assert(info);
assert(lp);