Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Raue <christian.raue@gmail.com>2014-07-15 17:29:46 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:26:47 +0400
commit33a43a50d4d66de3409cb4ac4ed62a656179e58c (patch)
treecfbd8fad602af8adf8a1c1eeacd29f0cceb73fe9 /plugins/LanguagesManager/Commands
parent5d7c6f4a813c6193e0be20ccba99037926846b14 (diff)
removed unused variables and dead code
Diffstat (limited to 'plugins/LanguagesManager/Commands')
-rw-r--r--plugins/LanguagesManager/Commands/CompareKeys.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/LanguagesManager/Commands/CompareKeys.php b/plugins/LanguagesManager/Commands/CompareKeys.php
index 9fb1478392..a5998f79ca 100644
--- a/plugins/LanguagesManager/Commands/CompareKeys.php
+++ b/plugins/LanguagesManager/Commands/CompareKeys.php
@@ -30,8 +30,6 @@ class CompareKeys extends ConsoleCommand
protected function execute(InputInterface $input, OutputInterface $output)
{
- $dialog = $this->getHelperSet()->get('dialog');
-
$command = $this->getApplication()->find('translations:fetch');
$arguments = array(
'command' => 'translations:fetch',