Remove out-of-date comment

This commit is contained in:
Louis Dureuil 2023-06-12 17:19:55 +02:00
parent a20e4d447c
commit 701d299369
No known key found for this signature in database

View File

@ -295,8 +295,6 @@ impl<'ctx, G: RankingRuleGraphTrait> RankingRule<'ctx, QueryGraph> for GraphBase
// We modify the next query graph so that it only contains the subgraph
// that was used to compute this bucket
// But we only do it in case the bucket length is >1, because otherwise
// we know the child ranking rule won't be called anyway
let paths: Vec<Vec<(Option<LocatedQueryTermSubset>, LocatedQueryTermSubset)>> = good_paths
.into_iter()