浏览代码

Remove unused variable

Ask Solem 15 年之前
父节点
当前提交
8211f882bd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/contrib/coroutine.py

+ 0 - 1
celery/contrib/coroutine.py

@@ -37,7 +37,6 @@ class Aggregate(CoroutineTask):
     def body(self):
         waiting = deque()
 
-        timesince = time.time()
         while True:
             argtuple = (yield)
             waiting.append(argtuple)