1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Remove dead assignment in lvm2_main

'alias' is not read again in this code path.
Also 'alias' is already equal to 0 in this place.
This commit is contained in:
Zdenek Kabelac 2010-11-29 11:14:33 +00:00
parent 73e3226012
commit a8cc07b564

View File

@ -1442,7 +1442,6 @@ int lvm2_main(int argc, char **argv)
if (!alias) { if (!alias) {
argv++; argv++;
argc--; argc--;
alias = 0;
} }
if (!argc) { if (!argc) {
log_error("Falling back to LVM1 tools, but no " log_error("Falling back to LVM1 tools, but no "