Преглед на файлове

Merge pull request #873 from sadortun/patch-3

Removed unused variable
Jordi Boggiano преди 6 години
родител
ревизия
bda6874829
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/Packagist/WebBundle/Command/CompileStatsCommand.php

+ 0 - 3
src/Packagist/WebBundle/Command/CompileStatsCommand.php

@@ -117,9 +117,6 @@ class CompileStatsCommand extends ContainerAwareCommand
             $ids[] = $row['id'];
         }
 
-        // add downloads from the last 7 days to the solr index
-        $solarium = $this->getContainer()->get('solarium.client');
-
         if ($verbose) {
             $output->writeln('Writing new trendiness data into redis');
         }