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/Session/SaveHandler/DbTable.php')
-rw-r--r--core/Session/SaveHandler/DbTable.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Session/SaveHandler/DbTable.php b/core/Session/SaveHandler/DbTable.php
index 70b3beff48..15163c463e 100644
--- a/core/Session/SaveHandler/DbTable.php
+++ b/core/Session/SaveHandler/DbTable.php
@@ -9,7 +9,6 @@
namespace Piwik\Session\SaveHandler;
-use Piwik\Common;
use Piwik\Db;
use Piwik\DbHelper;
use Exception;