summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/osd/ReplicatedPG.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h
index 21cca471538..015c6d3c38a 100644
--- a/src/osd/ReplicatedPG.h
+++ b/src/osd/ReplicatedPG.h
@@ -544,13 +544,6 @@ protected:
assert(state == WRITE);
dec(requeue);
}
- void clear(list<OpRequestRef> *requeue) {
- state = NONE;
- count = 0;
- assert(requeue);
- assert(requeue->empty());
- requeue->swap(waiters);
- }
bool empty() const { return state == NONE; }
};
map<hobject_t, ObjState > obj_state;