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:
10ea14a
)
tar: Remove redundant use statement.
author
Richard Jones
<rjones@redhat.com>
Sun, 11 Jul 2010 22:11:45 +0000
(23:11 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sun, 11 Jul 2010 22:11:45 +0000
(23:11 +0100)
tools/virt-tar
patch
|
blob
|
history
diff --git
a/tools/virt-tar
b/tools/virt-tar
index
07c65f4
..
3e6e20b
100755
(executable)
--- a/
tools/virt-tar
+++ b/
tools/virt-tar
@@
-25,7
+25,6
@@
use Sys::Guestfs::Lib qw(open_guest get_partitions resolve_windows_path
inspect_operating_systems mount_operating_system);
use Pod::Usage;
use Getopt::Long;
-use File::Temp qw/tempfile/;
use Locale::TextDomain 'libguestfs';
=encoding utf8