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

Alexandre Julliard julliard at winehq.org
Wed Mar 27 13:09:01 CDT 2013


Module: tools
Branch: master
Commit: 508205dfe36c288ee6ec510e252a4585e5b8df8f
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=508205dfe36c288ee6ec510e252a4585e5b8df8f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Mar 27 16:39:55 2013 +0100

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

---

 testbot/web/JobDetails.pl |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl
index a751f11..651335c 100644
--- a/testbot/web/JobDetails.pl
+++ b/testbot/web/JobDetails.pl
@@ -360,7 +360,6 @@ sub GenerateBody
       my $First = 1;
       my $CurrentDll = "";
       my $PrintedDll = "";
-      my $Crashed = !1;
       my $Line;
       while (defined($Line = <LOGFILE>))
       {
@@ -392,10 +391,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";




More information about the wine-cvs mailing list