summaryrefslogtreecommitdiffstats
path: root/resize/progress.ml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-11 13:23:24 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-10-11 13:37:35 +0000
commit91b2238fc8e462c02f697f0c053043a55f43c13d (patch)
treef8542392c42103dc234d31ef2a40d0c38d4b229b /resize/progress.ml
parentf4a2aecd5ff4904994d75ad92b50a834d40eef17 (diff)
downloadlibguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.tar.gz
libguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.tar.xz
libguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.zip
sparsify: Re-use progress bar wrapper code from virt-resize.
The code was identical -- just copied with s/resize/sparsify/. Instead of duplicating identical code, cause the Makefile.am to use the code from the ../resize/ directory. Unfortunately because there are two Utils modules (which are different), this means we had to rename those modules to Resize_utils and Sparsify_utils respectively. So this is a rather larger change than intended. However it's just code motion.
Diffstat (limited to 'resize/progress.ml')
-rw-r--r--resize/progress.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resize/progress.ml b/resize/progress.ml
index e4fd47e0..993a0b7d 100644
--- a/resize/progress.ml
+++ b/resize/progress.ml
@@ -18,8 +18,6 @@
open Printf
-open Utils
-
module G = Guestfs
type progress_bar