From 9be014c7fe40ff7f0a28f22ba0ef6e857c288fc8 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 8 Oct 2014 15:41:19 -0700 Subject: [PATCH] ReplicatedPG::do_op: remove unused backfill_target_info Not removed in previous backported patch. Signed-off-by: Samuel Just --- src/osd/ReplicatedPG.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 75fbd75b74d..ff20ceb7b4d 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -802,10 +802,8 @@ void ReplicatedPG::do_op(OpRequestRef op) // don't apply on the backfill_target and it doesn't matter.) // The last_backfill_started is used as the backfill line since // that determines the boundary for writes. - pg_info_t *backfill_target_info = NULL; bool before_backfill = false; if (backfill_target >= 0) { - backfill_target_info = &peer_info[backfill_target]; before_backfill = obc->obs.oi.soid <= last_backfill_started; } -- 2.47.3