summaryrefslogtreecommitdiffstats
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-12-20 22:37:42 +0000
committerAlasdair Kergon <agk@redhat.com>2007-12-20 22:37:42 +0000
commit2b3dda7f7216450af0c2565600f615de71b83fc3 (patch)
treef510381d713cd14cf1204687ffe2dc5b7f645a6c /tools/toollib.h
parent31e9db26907d830073e2cd4b7f9d0cfe1f1de5ae (diff)
downloadlvm2-2b3dda7f7216450af0c2565600f615de71b83fc3.tar.gz
lvm2-2b3dda7f7216450af0c2565600f615de71b83fc3.tar.xz
lvm2-2b3dda7f7216450af0c2565600f615de71b83fc3.zip
various cleanups in recent patches
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index aad4f8a8..57dde35a 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -98,7 +98,4 @@ int apply_lvname_restrictions(const char *name);
int validate_new_vg_name(struct cmd_context *cmd, const char *vg_name);
-int set_lv(struct cmd_context *cmd, struct logical_volume *lv,
- uint64_t sectors, int value);
-
#endif