]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/Mutex: remove Mutex 29113/head
authorKefu Chai <kchai@redhat.com>
Mon, 22 Jul 2019 07:07:06 +0000 (15:07 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Aug 2019 03:27:21 +0000 (11:27 +0800)
commitdc21fd028d21682da0dbaeff8255687589febdad
treecc595ea1af1a49394088d1bbca4a365f494b9160
parent57a3254f3d9274099e5e36e1638b5c4e2d2f4bbf
common/Mutex: remove Mutex

as it's replaced by `ceph::mutex`

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/CMakeLists.txt
src/common/Mutex.cc [deleted file]
src/common/Mutex.h [deleted file]
src/crimson/CMakeLists.txt
src/test/common/CMakeLists.txt
src/test/common/test_mutex.cc [deleted file]