From: Nathan Hoad Date: Mon, 18 May 2026 17:41:26 +0000 (-0400) Subject: rgw: Remove blank file. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e217b4b32d87d04ed74133b69af5140299229555;p=ceph.git rgw: Remove blank file. Looks like the meaningful bits of this were removed in 2025. Signed-off-by: Nathan Hoad --- diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index cdb981a7143..1e78b859a18 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -77,7 +77,6 @@ set(librgw_common_srcs rgw_object_ownership.cc rgw_period.cc rgw_realm.cc - rgw_sync.cc rgw_sync_policy.cc rgw_notify_event_type.cc rgw_period_history.cc diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc deleted file mode 100644 index 1f0f82c26a2..00000000000 --- a/src/rgw/rgw_sync.cc +++ /dev/null @@ -1,8 +0,0 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- -// vim: ts=8 sw=2 sts=2 expandtab ft=cpp - -#include "driver/rados/rgw_sync.h" - -#define dout_subsys ceph_subsys_rgw - -using namespace std;