Skip to content
Snippets Groups Projects
Commit 38598e23 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

conf: remove dead code (coverity)

parent 9f3da489
No related branches found
No related tags found
No related merge requests found
......@@ -747,9 +747,7 @@ conf_val_t conf_id_get(
return val;
}
return raw_id_get(conf, key0_name, key1_name,
(id == NULL) ? NULL : id->data,
(id == NULL) ? 0 : id->len);
return raw_id_get(conf, key0_name, key1_name, id->data, id->len);
}
conf_val_t conf_mod_get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment