Browse Source

Remove old deprecated function from the BackgroundJob

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 years ago
parent
commit
d304f4bebb
No account linked to committer's email address
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      lib/public/BackgroundJob.php

+ 0
- 7
lib/public/BackgroundJob.php 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) {
}
}

Loading…
Cancel
Save