summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/rados/rgw_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/driver/rados/rgw_tools.h')
-rw-r--r--src/rgw/driver/rados/rgw_tools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rgw/driver/rados/rgw_tools.h b/src/rgw/driver/rados/rgw_tools.h
index aa365deb42a..257e513a9f7 100644
--- a/src/rgw/driver/rados/rgw_tools.h
+++ b/src/rgw/driver/rados/rgw_tools.h
@@ -90,10 +90,6 @@ const char *rgw_find_mime_by_ext(std::string& ext);
void rgw_filter_attrset(std::map<std::string, bufferlist>& unfiltered_attrset, const std::string& check_prefix,
std::map<std::string, bufferlist> *attrset);
-/// indicates whether the current thread is in boost::asio::io_context::run(),
-/// used to log warnings if synchronous librados calls are made
-extern thread_local bool is_asio_thread;
-
/// perform the rados operation, using the yield context when given
int rgw_rados_operate(const DoutPrefixProvider *dpp, librados::IoCtx& ioctx, const std::string& oid,
librados::ObjectReadOperation *op, bufferlist* pbl,