Remove old deprecated function from the BackgroundJob

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-03-19 10:47:31 +01:00
parent 63bc633d89
commit d304f4bebb
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 7 deletions

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) {
}
}