From 2451e618f866c0f050f54a5b9ab53ef3abcd4b90 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 14 Feb 2019 16:04:19 +0000 Subject: [PATCH] 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 --- oslo_cache/_memcache_pool.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/oslo_cache/_memcache_pool.py b/oslo_cache/_memcache_pool.py index bd1a5296..c399e5c7 100644 --- a/oslo_cache/_memcache_pool.py +++ b/oslo_cache/_memcache_pool.py @@ -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