From 24188beb81d39790034fa0902246163a7bf54c91 Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Thu, 12 Oct 2017 16:13:25 -0700 Subject: [PATCH] Remove some leftover threadpool cruft. Change-Id: I43a1a428bd96a2e18aac334c03743a9f94f7d3e1 --- swift/common/utils.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/swift/common/utils.py b/swift/common/utils.py index 6723b99aac..2def08bf78 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -77,12 +77,6 @@ from swift.common.http import is_success, is_redirection, HTTP_NOT_FOUND, \ from swift.common.header_key_dict import HeaderKeyDict from swift.common.linkat import linkat -if six.PY3: - stdlib_queue = eventlet.patcher.original('queue') -else: - stdlib_queue = eventlet.patcher.original('Queue') -stdlib_threading = eventlet.patcher.original('threading') - # logging doesn't import patched as cleanly as one would like from logging.handlers import SysLogHandler import logging