]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Remove blank file. 68979/head
authorNathan Hoad <nhoad@bloomberg.net>
Mon, 18 May 2026 17:41:26 +0000 (13:41 -0400)
committerNathan Hoad <nhoad@bloomberg.net>
Mon, 18 May 2026 17:53:26 +0000 (13:53 -0400)
Looks like the meaningful bits of this were removed in 2025.

Signed-off-by: Nathan Hoad <nhoad@bloomberg.net>
src/rgw/CMakeLists.txt
src/rgw/rgw_sync.cc [deleted file]

index cdb981a7143ee9b639e6dcd03c1b907ff5602003..1e78b859a18dfef0b0d165c83e055ffc2be4f0b2 100644 (file)
@@ -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 (file)
index 1f0f82c..0000000
+++ /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;