git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1e772
)
Reduce imported functions in virt-df to ones which are actually used.
author
Richard Jones
<rjones@redhat.com>
Wed, 12 May 2010 17:10:58 +0000
(18:10 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 12 May 2010 17:13:01 +0000
(18:13 +0100)
tools/virt-df
patch
|
blob
|
history
diff --git
a/tools/virt-df
b/tools/virt-df
index
17aed4a
..
b997691
100755
(executable)
--- a/
tools/virt-df
+++ b/
tools/virt-df
@@
-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;