1
0
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:
Michal Schmidt 2015-10-07 13:56:43 +02:00
parent f7cd3d5fcb
commit 647cb08bc3

View File

@ -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) {