Gisle noted an unused variable
Rafael Garcia-Suarez [Fri, 20 May 2005 07:16:59 +0000 (07:16 +0000)]
p4raw-id: //depot/perl@24507

t/run/exit.t

index 1ceee16..ef39e04 100644 (file)
@@ -8,9 +8,6 @@ BEGIN {
     @INC = qw(. ../lib);
 }
 
-# VMS and Windows need -e "...", most everything else works better with '
-my $quote = $^O =~ /^(VMS|MSWin\d+)$/ ? q{"} : q{'};
-
 # Run some code, return its wait status.
 sub run {
     my($code) = shift;