we do not need the alt_linktst line here.

git-svn-id: svn://10.0.0.236/trunk@141487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2003-04-20 20:28:11 +00:00
parent 892a826461
commit 063a03a02b

View File

@ -12,8 +12,8 @@
# server. No locks are used by the mail processes, data is passed to
# the tinderbox server in a maildir like format.
# $Revision: 1.30 $
# $Date: 2003-02-11 00:29:57 $
# $Revision: 1.31 $
# $Date: 2003-04-20 20:28:11 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
# $Name: not supported by cvs2svn $
@ -810,7 +810,6 @@ sub highlight_errors {
'file' => $error[0],
'line' => $error[1],
'linktxt' => $line,
'alt_linktxt' => $line,
);
}