diff options
-rw-r--r-- | src/osd/ReplicatedPG.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 015c6d3c38a..1292780d044 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -580,7 +580,6 @@ protected: ctx->lock_to_release = OpContext::W_LOCK; return true; } else { - assert(0 == "Currently there cannot be a read in flight here"); return false; } } else { |