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:
authorsgiehl <stefan@piwik.org>2014-05-31 22:50:25 +0400
committersgiehl <stefan@piwik.org>2014-05-31 22:50:25 +0400
commit0d7b51944e9b1c18859dcb99ed6397859ca17e07 (patch)
tree7a4c71e3ab1078848436f1382b21c63de8977fde /core/Tracker/Visit.php
parenteaf1036670082fcedeae42d03624c9312a5db271 (diff)
added special DeviceDetectorCache class used for caching DeviceDetector. This cache combines file and static caching to speed up detections as much as possible
Diffstat (limited to 'core/Tracker/Visit.php')
-rw-r--r--core/Tracker/Visit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index 75a11e128a..643c6bf31b 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -9,7 +9,6 @@
namespace Piwik\Tracker;
-use DeviceDetector\DeviceDetector;
use Piwik\Common;
use Piwik\Config;
use Piwik\IP;