From: Jiaying Ren Date: Sun, 9 Apr 2017 08:23:48 +0000 (+0800) Subject: rgw: rgw_rados drop deprecated golbal var X-Git-Tag: v12.0.3~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14411%2Fhead;p=ceph.git rgw: rgw_rados drop deprecated golbal var Signed-off-by: Jiaying Ren --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index dd09479cb752..fd9d6274c4c6 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -79,9 +79,6 @@ using namespace librados; using namespace std; -static RGWCache cached_rados_provider; -static RGWRados rados_provider; - static string notify_oid_prefix = "notify"; static string *notify_oids = NULL; static string shadow_ns = "shadow";