]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Cleanup dead code.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 24 May 2011 20:01:03 +0000 (13:01 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 24 May 2011 20:01:03 +0000 (13:01 -0700)
orchestra/run.py

index f98daedd20a88c30aeccde811973a8fdd4c7c1a2..a7fdfd518957535915749ef138d582e01f4cef4c 100644 (file)
@@ -132,7 +132,7 @@ def spawn_asyncresult(fn, *args, **kwargs):
             r.set_exception(e)
         else:
             r.set(value)
-    g = gevent.spawn(wrapper)
+    gevent.spawn(wrapper)
 
     return r