Reduce imported functions in virt-df to ones which are actually used.
authorRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 17:10:58 +0000 (18:10 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 14 May 2010 16:23:44 +0000 (17:23 +0100)
(cherry picked from commit 5477d98548661394cf0df3ce48929961e0d2a38f)

tools/virt-df

index 17aed4a..b997691 100755 (executable)
@@ -20,9 +20,7 @@ use warnings;
 use strict;
 
 use Sys::Guestfs;
-use Sys::Guestfs::Lib qw(open_guest get_partitions resolve_windows_path
-  inspect_all_partitions inspect_partition
-  inspect_operating_systems mount_operating_system inspect_in_detail);
+use Sys::Guestfs::Lib qw(open_guest get_partitions);
 
 use Pod::Usage;
 use Getopt::Long;