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 <enming.zhang@umcloud.com>
This commit is contained in:
Enming Zhang 2017-12-13 23:05:44 +08:00
parent 0591f01568
commit f155480f01

View File

@ -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);