Drop legacy candidate ordering helpers

This commit is contained in:
fawney19
2026-04-27 14:54:56 +08:00
parent 8d2cbf32df
commit 2101a4ecc7
7 changed files with 23 additions and 235 deletions

View File

@@ -1,6 +1,6 @@
pub(super) use aether_scheduler_core::{
build_scheduler_affinity_cache_key_for_api_key_id, candidate_affinity_hash, candidate_key,
compare_affinity_order, matches_affinity_target, SchedulerAffinityTarget,
matches_affinity_target, SchedulerAffinityTarget,
};
use crate::data::auth::GatewayAuthApiKeySnapshot;