diff --git a/service/storage_proxy.hh b/service/storage_proxy.hh index 9799afe393..2c6b70341e 100644 --- a/service/storage_proxy.hh +++ b/service/storage_proxy.hh @@ -143,7 +143,7 @@ public: const query::partition_slice& slice, api::timestamp_type ts) = 0; }; -class storage_proxy : public seastar::async_sharded_service, public service::endpoint_lifecycle_subscriber /*implements StorageProxyMBean*/ { +class storage_proxy : public seastar::async_sharded_service, public service::endpoint_lifecycle_subscriber { public: using clock_type = lowres_clock; struct config {