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:
Diffstat (limited to 'core/Columns/ComputedMetricFactory.php')
-rw-r--r--core/Columns/ComputedMetricFactory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Columns/ComputedMetricFactory.php b/core/Columns/ComputedMetricFactory.php
index 90a8d5d73e..7bc12598cf 100644
--- a/core/Columns/ComputedMetricFactory.php
+++ b/core/Columns/ComputedMetricFactory.php
@@ -8,10 +8,8 @@
*/
namespace Piwik\Columns;
-use Piwik\Piwik;
use Piwik\Plugin\ArchivedMetric;
use Piwik\Plugin\ComputedMetric;
-use Piwik\Plugin\Report;
/**
* A factory to create computed metrics.