From: Joao Eduardo Luis Date: Thu, 10 Nov 2022 11:30:15 +0000 (+0000) Subject: rgw/rados: drop unnecessary ifdef X-Git-Tag: v18.1.0~897^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5fe86ebefa18bd8275291f218f1c6e772c5427ed;p=ceph-ci.git rgw/rados: drop unnecessary ifdef Signed-off-by: Joao Eduardo Luis --- diff --git a/src/rgw/rgw_sal_rados.cc b/src/rgw/rgw_sal_rados.cc index 212e6c175cb..0a41f23c7af 100644 --- a/src/rgw/rgw_sal_rados.cc +++ b/src/rgw/rgw_sal_rados.cc @@ -3192,7 +3192,6 @@ int RadosLuaManager::del_script(const DoutPrefixProvider* dpp, optional_yield y, return 0; } -#ifdef WITH_RADOSGW_LUA_PACKAGES const std::string PACKAGE_LIST_OBJECT_NAME = "lua_package_allowlist"; int RadosLuaManager::add_package(const DoutPrefixProvider *dpp, optional_yield y, const std::string& package_name) @@ -3267,7 +3266,6 @@ int RadosLuaManager::list_packages(const DoutPrefixProvider *dpp, optional_yield return 0; } -#endif int RadosOIDCProvider::store_url(const DoutPrefixProvider *dpp, const std::string& url, bool exclusive, optional_yield y) {