Remove old deprecated function from the BackgroundJob
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
63bc633d89
commit
d304f4bebb
|
@ -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…
Reference in New Issue