From f155480f010e5651d7646935aec0834822b4c4e3 Mon Sep 17 00:00:00 2001 From: Enming Zhang Date: Wed, 13 Dec 2017 23:05:44 +0800 Subject: [PATCH] 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 --- src/osd/PrimaryLogPG.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5