From 117e054f8799f0919972e1cc891be6457a991f94 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Wed, 5 Aug 2015 19:26:57 -0400 Subject: [PATCH] [FrameworkBundle] [Command] removed unused variable. --- .../Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php index e8a273d2b7..64143f6e21 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php @@ -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) {