From 6f576483a87aac67037e25914990a77e76c81423 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 11 Oct 2016 11:52:07 +0200 Subject: [PATCH] cleanup: lvconvert drop unused variable --- tools/lvconvert.c | 5 +---- 1 file changed, 1 insertion(+), 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: -- 2.43.5