浏览代码

cosmetics

Ask Solem 12 年之前
父节点
当前提交
68c590e9ac
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      celery/app/base.py

+ 0 - 2
celery/app/base.py

@@ -51,8 +51,6 @@ def app_has_custom(app, attr):
     return mro_lookup(app.__class__, attr, stop=(Celery, object),
                       monkey_patched=[__name__])
 
-_EXECV = os.environ.get('FORKED_BY_MULTIPROCESSING')
-
 
 def _unpickle_appattr(reverse_name, args):
     """Given an attribute name and a list of args, gets