From: Enming Zhang Date: Wed, 13 Dec 2017 15:05:44 +0000 (+0800) Subject: PrimaryLogPG: cleanup do_sub_op and do_sub_op_reply X-Git-Tag: v13.0.2~788^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f155480f010e5651d7646935aec0834822b4c4e3;p=ceph.git PrimaryLogPG: cleanup do_sub_op and do_sub_op_reply The related code has been cleaned in https://github.com/ceph/ceph/pull/17247, but it seems something was missed. Signed-off-by: Enming Zhang --- diff --git a/src/osd/PrimaryLogPG.h b/src/osd/PrimaryLogPG.h index 03b033d599d55..36cc06fc96803 100644 --- a/src/osd/PrimaryLogPG.h +++ b/src/osd/PrimaryLogPG.h @@ -1438,8 +1438,6 @@ public: void record_write_error(OpRequestRef op, const hobject_t &soid, MOSDOpReply *orig_reply, int r); void do_pg_op(OpRequestRef op); - void do_sub_op(OpRequestRef op); - void do_sub_op_reply(OpRequestRef op); void do_scan( OpRequestRef op, ThreadPool::TPHandle &handle);