From 6d690f653300fcad151bbee2f490d8887ff19c6b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 2 Jul 2020 08:35:07 +0000 Subject: [PATCH] Bug 24153: (QA follow-up) Removing one redundant initialization line Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- misc/cronjobs/cleanup_database.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 318a225e96..c2d8e9832c 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -283,7 +283,6 @@ if ($zebraqueue_days) { if ($mail) { my $count = 0; print "Mail queue purge triggered for $mail days.\n" if $verbose; - $count = 0; $sth = $dbh->prepare( q{ DELETE FROM message_queue -- 2.11.0