Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyburdette committed Nov 4, 2024
1 parent 590e482 commit af90d5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apollo-router/src/query_planner/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ impl QueryPlan {
pub fn subgraph_fetches(&self) -> usize {
self.root.subgraph_fetches()
}

pub fn service_usage<'a>(&'a self) -> Box<dyn Iterator<Item = &'a str> + 'a> {
self.root.service_usage()
}
}

// holds the query plan executon arguments that do not change between calls
Expand Down

0 comments on commit af90d5b

Please sign in to comment.