summaryrefslogtreecommitdiff
path: root/tools/lvm2cmdline.h
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-05-20 14:23:43 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-20 11:33:43 +0200
commitc33c0545aff1d531972682c8777e5db5e8da5676 (patch)
treece0dc81c5b9598fc982fda5bd401f8cd34505cfa /tools/lvm2cmdline.h
parent0ab118774029cc955512c4a41930956ccd96a138 (diff)
downloadlvm2-c33c0545aff1d531972682c8777e5db5e8da5676.tar.gz
refactor: move 'interactive' field from struct command_line to struct cmd_context as 'is_interactive' switch
Diffstat (limited to 'tools/lvm2cmdline.h')
-rw-r--r--tools/lvm2cmdline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lvm2cmdline.h b/tools/lvm2cmdline.h
index 3b68af731..80bd03ea1 100644
--- a/tools/lvm2cmdline.h
+++ b/tools/lvm2cmdline.h
@@ -23,7 +23,6 @@ struct cmdline_context {
struct command *commands;
int num_commands;
int commands_size;
- int interactive;
};
int lvm2_main(int argc, char **argv);