git-svn: Remove unused use of File::Temp
The use line was added inffe256f9. File::Temp calls were later moved to Git.pm in0b19138b, but that commit neglected to remove the now-redundant import. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
		
				
					committed by
					
						
						Eric Wong
					
				
			
			
				
	
			
			
			
						parent
						
							cb82dbf8be
						
					
				
				
					commit
					1174768b46
				
			@ -4000,7 +4000,6 @@ use vars qw/@ISA/;
 | 
			
		||||
use strict;
 | 
			
		||||
use warnings;
 | 
			
		||||
use Carp qw/croak/;
 | 
			
		||||
use File::Temp qw/tempfile/;
 | 
			
		||||
use IO::File qw//;
 | 
			
		||||
use vars qw/$_ignore_regex/;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user