tar: Remove redundant use statement.
authorRichard Jones <rjones@redhat.com>
Sun, 11 Jul 2010 22:11:45 +0000 (23:11 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 12 Jul 2010 07:46:15 +0000 (08:46 +0100)
(cherry picked from commit 70d27f6e796097630134bd8ebc2b65a65b1bf5c4)

tools/virt-tar

index 1470ee0..93f19eb 100755 (executable)
@@ -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