mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
gcc: drop unused assingment
This commit is contained in:
parent
a1e2541333
commit
04cd4df847
@ -710,7 +710,7 @@ static struct dm_config_value *_get_def_array_values(struct cmd_context *cmd,
|
|||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(p = token = enc_value = strdup(def_enc_value))) {
|
if (!(token = enc_value = strdup(def_enc_value))) {
|
||||||
log_error("_get_def_array_values: strdup failed");
|
log_error("_get_def_array_values: strdup failed");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user