From: Zdenek Kabelac Date: Thu, 31 Oct 2019 14:33:09 +0000 (+0100) Subject: activation: drop removed declaration X-Git-Tag: v2_03_07~76 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=cca5aec0ef3bd8481a07e2f6d37134340e49684a;p=lvm2.git activation: drop removed declaration Seems this function has been removed long time ago with: 3e781ea446bb7ddc9a494cbba6b6104dd51c3910 --- diff --git a/lib/activate/activate.h b/lib/activate/activate.h index 4bb755cc4..a5ee438ad 100644 --- a/lib/activate/activate.h +++ b/lib/activate/activate.h @@ -144,8 +144,6 @@ int revert_lv(struct cmd_context *cmd, const struct logical_volume *lv); */ int lv_info(struct cmd_context *cmd, const struct logical_volume *lv, int use_layer, struct lvinfo *info, int with_open_count, int with_read_ahead); -int lv_info_by_lvid(struct cmd_context *cmd, const char *lvid_s, int use_layer, - struct lvinfo *info, int with_open_count, int with_read_ahead); int lv_info_with_name_check(struct cmd_context *cmd, const struct logical_volume *lv, int use_layer, struct lvinfo *info);