]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/osd/RadosModel.cc
update sources to v12.1.0
[ceph.git] / ceph / src / test / osd / RadosModel.cc
index 66058b0ceb85d0aeb5516b00fa8fa051b2efa85b..501bf3b134a220f56053a14325f64c3a0182cfb4 100644 (file)
 
 void TestOp::begin()
 {
-  //if (stat) stat->begin(this);
   _begin();
 }
 
 void TestOp::finish(TestOp::CallbackInfo *info)
 {
   _finish(info);
-  //if (stat && finished()) stat->end(this);
 }
 
 void read_callback(librados::completion_t comp, void *arg) {