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:
authordizzy <diosmosis@users.noreply.github.com>2021-06-10 05:48:22 +0300
committerGitHub <noreply@github.com>2021-06-10 05:48:22 +0300
commit3a1467fc8378b3bebce1c11d161384e3d239d263 (patch)
treeb93901315894f7b8bdb576d0843242a63828bb09 /core/Concurrency
parent23cb53d35ead2312b8afc9a6ec91a5fe8f78723e (diff)
Remove archive status locking since it is not needed anymore (#17657)
* Remove archive status locking since it is not needed with the status and ts_started columns in the archive_invalidation table. * fix some tests
Diffstat (limited to 'core/Concurrency')
-rw-r--r--core/Concurrency/Lock.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Concurrency/Lock.php b/core/Concurrency/Lock.php
index 9959a533c9..4e8a407493 100644
--- a/core/Concurrency/Lock.php
+++ b/core/Concurrency/Lock.php
@@ -8,7 +8,6 @@
*/
namespace Piwik\Concurrency;
-use Piwik\ArchiveProcessor\ArchivingStatus;
use Piwik\Common;
use Piwik\Date;