From 4554f92fb42ed8c3d5979b8e9b93a26a7337123c Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 8 Jul 2026 04:15:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=AD=A3=E6=99=AE=E9=80=9A?= =?UTF-8?q?=E6=97=A5=E9=83=A8=E5=88=86=E9=80=80=E5=87=BA=E8=A1=A5=E4=BB=93?= =?UTF-8?q?=E6=A7=BD=E4=BD=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 556ed9b8483d4183b3d3c206253aaa471f3e4d17. --- crates/fidc-core/src/platform_expr_strategy.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/crates/fidc-core/src/platform_expr_strategy.rs b/crates/fidc-core/src/platform_expr_strategy.rs index dd4aadd..8795fd2 100644 --- a/crates/fidc-core/src/platform_expr_strategy.rs +++ b/crates/fidc-core/src/platform_expr_strategy.rs @@ -8673,9 +8673,7 @@ impl Strategy for PlatformExprStrategy { self.pending_full_close_symbols.remove(&position.symbol); } else { pending_full_close_symbols.insert(position.symbol.clone()); - if should_block_released_slots_after_top_up { - slot_blocking_symbols.insert(position.symbol.clone()); - } + slot_blocking_symbols.insert(position.symbol.clone()); self.pending_full_close_symbols .insert(position.symbol.clone()); } @@ -8811,9 +8809,7 @@ impl Strategy for PlatformExprStrategy { self.pending_full_close_symbols.remove(&position.symbol); } else { pending_full_close_symbols.insert(position.symbol.clone()); - if should_block_released_slots_after_top_up { - slot_blocking_symbols.insert(position.symbol.clone()); - } + slot_blocking_symbols.insert(position.symbol.clone()); self.pending_full_close_symbols .insert(position.symbol.clone()); }