summaryrefslogtreecommitdiffstats
path: root/lib/activate/activate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/activate/activate.h')
-rw-r--r--lib/activate/activate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/activate/activate.h b/lib/activate/activate.h
index f698fc99..f473a11f 100644
--- a/lib/activate/activate.h
+++ b/lib/activate/activate.h
@@ -93,9 +93,6 @@ int lv_check_not_in_use(struct cmd_context *cmd, struct logical_volume *lv,
*/
int lv_activation_filter(struct cmd_context *cmd, const char *lvid_s,
int *activate_lv);
-int lv_passes_volumes_filter(struct cmd_context *cmd, struct logical_volume *lv,
- const struct dm_config_node *cn, const char *config_path);
-
/*
* Checks against the auto_activation_volume_list and
* returns 1 if the LV should be activated, 0 otherwise.