remove unused thread.local()

This commit is contained in:
Chris Dodge
2013-03-27 23:12:00 -04:00
parent b609a96902
commit 446397b23b

View File

@@ -27,9 +27,6 @@ from .inheritance import own_metadata, INHERITABLE_METADATA, inherit_metadata
log = logging.getLogger(__name__)
import threading
_mongo_metadata_request_cache_threadlocal = threading.local()
# TODO (cpennington): This code currently operates under the assumption that
# there is only one revision for each item. Once we start versioning inside the CMS,
# that assumption will have to change