summaryrefslogtreecommitdiffstats
path: root/src/test/CMakeLists.txt
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2018-04-26 17:14:36 +0200
committerCasey Bodley <cbodley@redhat.com>2018-04-26 17:40:11 +0200
commitf9ee48caa239304dcb1a131c6fe085ae0800ca53 (patch)
tree1b817789a010684a0cb1793c653f31fe10ba8d58 /src/test/CMakeLists.txt
parentMerge pull request #21093 from guzhongyan/mgr-ov (diff)
downloadceph-f9ee48caa239304dcb1a131c6fe085ae0800ca53.tar.xz
ceph-f9ee48caa239304dcb1a131c6fe085ae0800ca53.zip
rgw: remove all traces of cls replica_log
replica log was for the old radosgw sync agent, which was replaced with multisite v2 in jewel. no sense in continuing to maintain and test it Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r--src/test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 33aa908ffdb..3f8bb9bcce1 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -17,7 +17,6 @@ if(WITH_RBD)
add_subdirectory(cls_rbd)
endif(WITH_RBD)
add_subdirectory(cls_refcount)
-add_subdirectory(cls_replica_log)
add_subdirectory(cls_rgw)
add_subdirectory(cls_statelog)
add_subdirectory(cls_version)