1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00

Eliminate compile warning introduced by previous commit.

This commit is contained in:
Dave Wysochanski 2009-07-24 15:15:26 +00:00
parent 0b7cc76a9d
commit fce6fb489f

View File

@ -513,7 +513,6 @@ int vg_extend(struct volume_group *vg, int pv_count, char **pv_names)
{
int i;
struct physical_volume *pv;
struct cmd_context *cmd = vg->cmd;
if (_vg_bad_status_bits(vg, RESIZEABLE_VG))
return 0;