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:
a0c41d1
)
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>
Mon, 12 Jul 2010 07:46:15 +0000
(08:46 +0100)
(cherry picked from commit
70d27f6e796097630134bd8ebc2b65a65b1bf5c4
)
tools/virt-tar
patch
|
blob
|
history
diff --git
a/tools/virt-tar
b/tools/virt-tar
index
1470ee0
..
93f19eb
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