diff options
Diffstat (limited to 'src/osd/OpRequest.h')
-rw-r--r-- | src/osd/OpRequest.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osd/OpRequest.h b/src/osd/OpRequest.h index 9a40c1be219..88c4e7d4bc2 100644 --- a/src/osd/OpRequest.h +++ b/src/osd/OpRequest.h @@ -75,10 +75,6 @@ private: OpRequest(Message *req, OpTracker *tracker); public: - ~OpRequest() { - assert(request); - } - bool been_queued_for_pg() { return hit_flag_points & flag_queued_for_pg; } bool been_reached_pg() { return hit_flag_points & flag_reached_pg; } bool been_delayed() { return hit_flag_points & flag_delayed; } |