summaryrefslogtreecommitdiff
path: root/tools/command.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-09-12 16:13:46 -0500
committerDavid Teigland <teigland@redhat.com>2018-09-12 16:30:50 -0500
commit1365f0d4c8f977cd3e426708891ee8d39ffe6527 (patch)
tree2d22053caa50d6942c6f597c9e14cf39bc2a858b /tools/command.c
parent0aeca60aaa65bde99115ec7ca92a93a885d3afb1 (diff)
downloadlvm2-1365f0d4c8f977cd3e426708891ee8d39ffe6527.tar.gz
remove unneded check to skip filter init
There's no more persistent filter so we don't need to check for it.
Diffstat (limited to 'tools/command.c')
-rw-r--r--tools/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/command.c b/tools/command.c
index 42f9aa3c9..c994c3912 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -131,7 +131,6 @@ static inline int configtype_arg(struct cmd_context *cmd __attribute__((unused))
#define ALLOW_UUID_AS_NAME 0x00000010
#define LOCKD_VG_SH 0x00000020
#define NO_METADATA_PROCESSING 0x00000040
-#define IGNORE_PERSISTENT_FILTER 0x00000080
#define MUST_USE_ALL_ARGS 0x00000100
#define ENABLE_DUPLICATE_DEVS 0x00000400
#define DISALLOW_TAG_ARGS 0x00000800