1
0
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:
Zdenek Kabelac 2021-02-10 14:55:35 +01:00
parent a1e2541333
commit 04cd4df847

View File

@ -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;
} }