Skip to content

Commit

Permalink
Remove the unimplemented get_reentrancy_cursor method
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Dec 19, 2024
1 parent 273fb8f commit 753993c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,4 @@ protected function choose_relevant_files( $paths ) {
}
return $filtered_paths;
}

/**
* @TODO: Either implement this method, or introduce a concept of
* reentrant and non-reentrant entity readers.
*/
public function get_reentrancy_cursor() {
return '';
}
}

0 comments on commit 753993c

Please sign in to comment.