mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
core: remove spurious assert in parsing CrashChangeVT=
"data" is always NULL (and unused) in config_parse_crash_chvt().
This commit is contained in:
@@ -521,7 +521,6 @@ static int config_parse_crash_chvt(
|
||||
assert(filename);
|
||||
assert(lvalue);
|
||||
assert(rvalue);
|
||||
assert(data);
|
||||
|
||||
r = parse_crash_chvt(rvalue);
|
||||
if (r < 0) {
|
||||
|
||||
Reference in New Issue
Block a user