Skip to content

Commit de53293

Browse files
authored
KIKIMR-21678 Remove debug assert (not correct on real installation) (#5924)
1 parent c0710d5 commit de53293

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ydb/core/tx/schemeshard/schemeshard__conditional_erase.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ struct TSchemeShard::TTxRunConditionalErase: public TSchemeShard::TRwTxBase {
193193
auto& inFlight = tableInfo->GetInFlightCondErase();
194194
auto it = inFlight.find(shardIdx);
195195
if (it == inFlight.end()) {
196-
Y_DEBUG_ABORT("Unreachable");
197196
continue;
198197
}
199198

0 commit comments

Comments
 (0)