X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FDBClean.php;h=6d253e0ceafc9f62d707d6b76cd1cfcf6e0b9017;hb=cd0d6cb626b5b9deb1605259e942a4a95369d264;hp=f123b2dd89d957cfa65346edafae84687f204d16;hpb=3282ce53894b624893ee2989747a59866ab4b137;p=friendica.git diff --git a/src/Worker/DBClean.php b/src/Worker/DBClean.php index f123b2dd89..6d253e0cea 100644 --- a/src/Worker/DBClean.php +++ b/src/Worker/DBClean.php @@ -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);