mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
core: remove spurious assert in parsing CrashChangeVT=
"data" is always NULL (and unused) in config_parse_crash_chvt().
This commit is contained in:
parent
f7cd3d5fcb
commit
647cb08bc3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user