[Pkg-libvirt-commits] [libguestfs] 13/59: sparsify: Remove unused variable definition.

Hilko Bengen bengen at moszumanska.debian.org
Thu Mar 20 23:05:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 073f90e681c87238d54b94ebcfd8889a6af7a8a4
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Mar 11 15:32:04 2014 +0000

    sparsify: Remove unused variable definition.
---
 sparsify/sparsify.ml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sparsify/sparsify.ml b/sparsify/sparsify.ml
index 212a23f..b124406 100644
--- a/sparsify/sparsify.ml
+++ b/sparsify/sparsify.ml
@@ -296,9 +296,6 @@ let () =
   in
   Sys.set_signal Sys.sigint (Sys.Signal_handle do_sigint)
 
-(* Get the size in bytes of the input disk. *)
-let insize = g#blockdev_getsize64 "/dev/sda"
-
 (* Write zeroes for non-ignored filesystems that we are able to mount,
  * and selected swap partitions.
  *)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list