diff --git a/gunicorn/config.py b/gunicorn/config.py index f5c7600b..c8f8f16d 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -119,14 +119,6 @@ class Config(object): worker_class.setup() return worker_class - @property - def threads(self): - return self.settings['threads'].get() - - @property - def workers(self): - return self.settings['workers'].get() - @property def address(self): s = self.settings['bind'].get()