Skip to content

Commit

Permalink
Remove unused get_realm
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas committed Feb 2, 2025
1 parent 7ad8e95 commit 22fdfdc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ impl AsyncGenerator<'_> {
self.0.into_index()
}

pub(crate) fn get_realm(self, agent: &Agent) -> Option<RealmIdentifier> {
println!("{:#?}", agent[self].async_generator_state);
None
}

pub(crate) fn is_draining_queue(self, agent: &Agent) -> bool {
matches!(
agent[self].async_generator_state.as_ref().unwrap(),
Expand Down

0 comments on commit 22fdfdc

Please sign in to comment.