Merge pull request #8877 from nextcloud/deprecated_bgj_delete

Remove old deprecated function from the BackgroundJob
This commit is contained in:
Roeland Jago Douma 2018-03-19 11:25:45 +01:00 committed by GitHub
commit 05203e3fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,11 +46,4 @@ class BackgroundJob {
*/
public static function setExecutionType($type) {
}
/**
* @since 6.0.0
* @deprecated 8.1.0 Use \OC::$server->getJobList()->add() instead
*/
public static function registerJob($job, $argument = null) {
}
}