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/Tracker.php')
-rw-r--r--core/Tracker.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index 2cf9c04b63..fd1db25022 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -207,14 +207,6 @@ class Tracker
return 0 !== $this->countOfLoggedRequests;
}
- /**
- * @deprecated since 2.10.0 use {@link Date::getDatetimeFromTimestamp()} instead
- */
- public static function getDatetimeFromTimestamp($timestamp)
- {
- return Date::getDatetimeFromTimestamp($timestamp);
- }
-
public function isDatabaseConnected()
{
return !is_null(self::$db);