File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -993,7 +993,6 @@ Message * ReplicatedBackend::generate_subop(
993993 hobject_t discard_temp_oid,
994994 const vector<pg_log_entry_t > &log_entries,
995995 boost::optional<pg_hit_set_history_t > &hset_hist,
996- InProgressOp *op,
997996 ObjectStore::Transaction &op_t ,
998997 pg_shard_t peer,
999998 const pg_info_t &pinfo)
@@ -1079,7 +1078,6 @@ void ReplicatedBackend::issue_op(
10791078 discard_temp_oid,
10801079 log_entries,
10811080 hset_hist,
1082- op,
10831081 op_t ,
10841082 peer,
10851083 pinfo);
Original file line number Diff line number Diff line change @@ -371,7 +371,6 @@ class ReplicatedBackend : public PGBackend {
371371 hobject_t discard_temp_oid,
372372 const vector<pg_log_entry_t > &log_entries,
373373 boost::optional<pg_hit_set_history_t > &hset_history,
374- InProgressOp *op,
375374 ObjectStore::Transaction &op_t ,
376375 pg_shard_t peer,
377376 const pg_info_t &pinfo);
You can’t perform that action at this time.
0 commit comments