From 2a45af5bb14379b799bf2b6e699256e07872630a Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Tue, 12 Dec 2023 10:34:45 +0530 Subject: [PATCH] rgw/cache: removing `experimental` fallback from ssd backed cache driver. Signed-off-by: Pritha Srivastava --- src/rgw/rgw_ssd_driver.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rgw/rgw_ssd_driver.cc b/src/rgw/rgw_ssd_driver.cc index 56b58b151effd..8210f1c752953 100644 --- a/src/rgw/rgw_ssd_driver.cc +++ b/src/rgw/rgw_ssd_driver.cc @@ -6,13 +6,8 @@ #include #endif -#if __has_include() #include namespace efs = std::filesystem; -#else -#include -namespace efs = std::experimental::filesystem; -#endif namespace rgw { namespace cache { -- 2.39.5