1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

resolve: remove unused variable

This commit is contained in:
Ronny Chevalier 2014-11-30 02:04:50 +01:00
parent c09157eeea
commit 30fbcf2446

View File

@ -120,14 +120,12 @@ int config_parse_support(
void *data,
void *userdata) {
Manager *m = userdata;
Support support, *v = data;
int r;
assert(filename);
assert(lvalue);
assert(rvalue);
assert(m);
support = support_from_string(rvalue);
if (support < 0) {