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/DeviceDetector/DeviceDetectorFactory.php')
-rw-r--r--core/DeviceDetector/DeviceDetectorFactory.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/DeviceDetector/DeviceDetectorFactory.php b/core/DeviceDetector/DeviceDetectorFactory.php
index ce8b98bbd7..a498c371d8 100644
--- a/core/DeviceDetector/DeviceDetectorFactory.php
+++ b/core/DeviceDetector/DeviceDetectorFactory.php
@@ -10,7 +10,6 @@ namespace Piwik\DeviceDetector;
use DeviceDetector\DeviceDetector;
use Piwik\Common;
-use Piwik\Container\StaticContainer;
class DeviceDetectorFactory
{