Remove stale comment in _memcache_pool

This code now lives in the referenced external library, so there are
no longer concerns about keeping projects in sync with each other.

Change-Id: I68f19f9e32cccdc3f39651865501d32e9541840d
This commit is contained in:
Ben Nemec 2019-02-14 16:04:19 +00:00
parent eb68d734d3
commit 2451e618f8
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
"""Thread-safe connection pool for python-memcached."""
# NOTE(yorik-sar): this file is copied between keystone and keystonemiddleware
# and should be kept in sync until we can use external library for this.
import collections
import contextlib
import itertools