[FrameworkBundle] [Command] removed unused variable.

This commit is contained in:
Hugo Hamon 2015-08-05 19:26:57 -04:00
parent 9ce3200436
commit 117e054f87

View File

@ -69,7 +69,6 @@ EOF
protected function execute(InputInterface $input, OutputInterface $output)
{
$output = new SymfonyStyle($input, $output);
$kernel = $this->getContainer()->get('kernel');
// check presence of force or dump-message
if ($input->getOption('force') !== true && $input->getOption('dump-messages') !== true) {