remove test crud which got in by mistake. there is no PID file for the

tinderbox server.


git-svn-id: svn://10.0.0.236/trunk@119682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2002-04-24 04:00:40 +00:00
parent 6e7c87ba60
commit cd991b2f73

View File

@ -3,8 +3,8 @@
# Utils.pm - General purpose utility functions. Every project needs a
# kludge bucket for common access.
# $Revision: 1.27 $
# $Date: 2002-04-24 03:27:31 $
# $Revision: 1.28 $
# $Date: 2002-04-24 04:00:40 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/Utils.pm,v $
# $Name: not supported by cvs2svn $
@ -404,7 +404,6 @@ sub fatal_error {
# we have trouble removing the file we we will be exiting anyway.
unlink ($LOCK_FILE);
unlink ($PID_FILE);
print "Content-type: text/html\n\n";