]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Worker/IPC.php
make errormessages modular and better
[friendica.git] / src / Core / Worker / IPC.php
index a10cf1cd0c7a1d9673d62d6ed011eb87767d2be7..d333bc052e2806a6ac58deb5a0fb3c4d817d5529 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -62,7 +62,6 @@ class IPC
         */
        public static function JobsExists(int $key = 0)
        {
-               $stamp = (float)microtime(true);
                $row = DBA::selectFirst('worker-ipc', ['jobs'], ['key' => $key]);
 
                // When we don't have a row, no job is running