[Zope-Checkins] CVS: ZODB3/ZEO/tests - forker.py:1.35

Jeremy Hylton jeremy@zope.com
Thu, 29 May 2003 12:51:34 -0400


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv16458

Modified Files:
	forker.py 
Log Message:
Remove vestigal PROFILE support.


=== ZODB3/ZEO/tests/forker.py 1.34 => 1.35 ===
--- ZODB3/ZEO/tests/forker.py:1.34	Tue Mar  4 14:56:28 2003
+++ ZODB3/ZEO/tests/forker.py	Thu May 29 12:51:34 2003
@@ -23,12 +23,6 @@
 
 import zLOG
 
-# Change value of PROFILE to enable server-side profiling
-PROFILE = 0
-if PROFILE:
-    import hotshot
-
-
 def get_port():
     """Return a port that is not in use.
 
@@ -49,7 +43,6 @@
         finally:
             s.close()
     raise RuntimeError, "Can't find port"
-
 
 def start_zeo_server(conf, addr=None, ro_svr=0, monitor=0, keep=0, invq=None,
                      timeout=None):