From e804f97f5ed0deeddb0fee1caa7f2a501c26ed0b Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 3 Feb 2010 12:07:30 +0100 Subject: [PATCH] we don't need this one. --- gunicorn/worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gunicorn/worker.py b/gunicorn/worker.py index 4e9cda6a..3d6cdddd 100644 --- a/gunicorn/worker.py +++ b/gunicorn/worker.py @@ -124,7 +124,6 @@ class Worker(object): self.log.info("Parent process changed. Closing %s" % self) return - self.notify() try: self.notify() ret = select.select([self.socket], [], self.PIPE, self.timeout)