]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/DBClean.php
Merge pull request #6883 from annando/uri-not-url
[friendica.git] / src / Worker / DBClean.php
index f123b2dd89d957cfa65346edafae84687f204d16..6d253e0ceafc9f62d707d6b76cd1cfcf6e0b9017 100644 (file)
@@ -60,8 +60,6 @@ class DBClean {
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function removeOrphans($stage) {
-               $count = 0;
-
                // We split the deletion in many small tasks
                $limit = Config::get('system', 'dbclean-expire-limit', 1000);