summaryrefslogtreecommitdiff
path: root/tools/lvm.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-11-12 22:44:10 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-11-12 22:44:10 +0000
commit6744c143a5cc2ec8060364d0238f6a4867a12a93 (patch)
tree82aa7794c1771a9843a28da01027fa433733ea11 /tools/lvm.c
parent630b4c21114c831c2b6fb78bcdd35fdfd5218805 (diff)
downloadlvm2-6744c143a5cc2ec8060364d0238f6a4867a12a93.tar.gz
Thin remove unused define
Remove DM_THIN_ERROR_DEVICE_ID from API. Remove API warning. Drop code that was using DM_THIN_ERROR_DEVICE_ID (already commented) Remove debug message which slipped in through some previous commit.
Diffstat (limited to 'tools/lvm.c')
-rw-r--r--tools/lvm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lvm.c b/tools/lvm.c
index cec9f8060..f94c685b2 100644
--- a/tools/lvm.c
+++ b/tools/lvm.c
@@ -167,7 +167,6 @@ static void _read_history(struct cmd_context *cmd)
stifle_history(find_config_tree_int(cmd, "shell/history_size",
DEFAULT_MAX_HISTORY));
-
}
static void _write_history(void)