Remove unused and undefined use statement

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-09-27 18:45:05 +02:00
parent da0cea404d
commit 3b7f548b0f
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Upgrade extends Command {
$output->writeln('<info>Maintenance mode is kept active</info>');
});
$updater->listen('\OC\Updater', 'updateEnd',
function ($success) use($output, $updateStepEnabled, $self) {
function ($success) use($output, $self) {
if ($success) {
$message = "<info>Update successful</info>";
} else {