testbot/web: Remove some dead code in JobDetails.pl.

Francois Gouget fgouget at codeweavers.com
Wed Mar 27 10:39:55 CDT 2013


---
 testbot/web/JobDetails.pl |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl
index 66325f6..1525636 100644
--- a/testbot/web/JobDetails.pl
+++ b/testbot/web/JobDetails.pl
@@ -341,7 +341,6 @@ sub GenerateBody
       my $First = 1;
       my $CurrentDll = "";
       my $PrintedDll = "";
-      my $Crashed = !1;
       my $Line;
       while (defined($Line = <LOGFILE>))
       {
@@ -373,10 +372,6 @@ sub GenerateBody
             print "<pre><code>";
             $First = !1;
           }
-          if ($Line =~ m/: unhandled exception [0-9a-fA-F]{8} at /)
-          {
-            $Crashed = 1;
-          }
           if (! $FullLog && $Line =~ m/^[^:]+:([^ ]+) done \(258\)/)
           {
             print "$1: Timeout\n";
-- 
1.7.10.4



More information about the wine-patches mailing list