From c371a8e0dd9623a687ab182244386796509a1311 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 15 Jul 2019 22:51:03 +0100 Subject: [PATCH] Unused var --- src/Command/Archive/ArchiveImportCommand.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Command/Archive/ArchiveImportCommand.php b/src/Command/Archive/ArchiveImportCommand.php index 208a275464..aafdae3701 100644 --- a/src/Command/Archive/ArchiveImportCommand.php +++ b/src/Command/Archive/ArchiveImportCommand.php @@ -58,9 +58,6 @@ protected function execute(InputInterface $input, OutputInterface $output) /** @var \Platformsh\Cli\Service\Filesystem $fs */ $fs = $this->getService('fs'); - /** @var \Platformsh\Cli\Service\Shell $shell */ - $shell = $this->getService('shell'); - $environment = $this->getSelectedEnvironment(); $this->stdErr->writeln(sprintf(