]> sourceware.org Git - lvm2.git/commitdiff
activation: drop removed declaration
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 31 Oct 2019 14:33:09 +0000 (15:33 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 31 Oct 2019 14:33:09 +0000 (15:33 +0100)
Seems this function has been removed long time ago with:
3e781ea446bb7ddc9a494cbba6b6104dd51c3910

lib/activate/activate.h

index 4bb755cc4e8d571c17cbc91825b1c9d604fcf32b..a5ee438ada4820162c052cf0f39f853d3076b63c 100644 (file)
@@ -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);
 
This page took 0.037475 seconds and 5 git commands to generate.