summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-10-11 11:52:07 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-10-11 13:37:43 +0200
commit6f576483a87aac67037e25914990a77e76c81423 (patch)
tree327db02b1c72566f3c3f0a3321ddaa9c3d2798ac
parentc8b6c130158e1cc1a639afc21f5fd6306286fdb3 (diff)
downloadlvm2-6f576483a87aac67037e25914990a77e76c81423.tar.gz
cleanup: lvconvert drop unused variable
-rw-r--r--tools/lvconvert.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 161062ddd..78cd7de55 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -50,8 +50,6 @@ struct lvconvert_params {
int splitsnapshot;
int thin;
int uncache;
- int other_conversion; /* Everything else */
-
int corelog; /* Equivalent to --mirrorlog core */
int mirrorlog; /* Only one of corelog and mirrorlog may be set */
@@ -644,8 +642,7 @@ static int _read_params(struct cmd_context *cmd, int argc, char **argv,
lp->cache + lp->thin + lp->keep_mimages + lp->snapshot + lp->replace + lp->repair > 1) {
log_error(INTERNAL_ERROR "Unexpected combination of incompatible options selected.");
return 0;
- } else
- lp->other_conversion = 1;
+ }
/*
* Final checking of each case: