Skip to content

Commit

Permalink
Remove call to deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Nov 17, 2023
1 parent 49c2833 commit fc6054e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ function get_filename($contextid) {
return api::get_filename($contextid);
}

/**
* Report tables exists.
*
* @deprecated 2022062100 report_apprenticeoffjob has a dependency on this, so this function is superfluous.
* @return bool
*/
function report_exists() {
return api::report_exists();
}

/**
* Generate activity row
*
Expand Down

0 comments on commit fc6054e

Please sign in to comment.