[Checkins] SVN: zope.app.twisted/trunk/src/zope/app/twisted/main.py Reoved some unused code and an associated non-sensical comment.

Jim Fulton jim at zope.com
Tue Feb 19 05:54:12 EST 2008


Log message for revision 84049:
  Reoved some unused code and an associated non-sensical comment.
  

Changed:
  U   zope.app.twisted/trunk/src/zope/app/twisted/main.py

-=-
Modified: zope.app.twisted/trunk/src/zope/app/twisted/main.py
===================================================================
--- zope.app.twisted/trunk/src/zope/app/twisted/main.py	2008-02-19 10:43:37 UTC (rev 84048)
+++ zope.app.twisted/trunk/src/zope/app/twisted/main.py	2008-02-19 10:54:11 UTC (rev 84049)
@@ -79,13 +79,6 @@
     c1 = time.clock()
     logging.info("Startup time: %.3f sec real, %.3f sec CPU", t1-t0, c1-c0)
 
-    # Start the ThreadedAsync main loop.  This will either end immediately,
-    # or keep going if ZEO is around.  We don't actually care which.
-    def failed():
-        global should_restart
-        should_restart = True
-        reactor.callFromThread(reactor.stop)
-
     reactor.run()
 
     # zdaemon will restart the process if it exits with an error



More information about the Checkins mailing list