From 510fdee123e72a93ec87713cda4d61e242f2d0a3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 23 Sep 2006 06:17:41 +0000 Subject: Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/BugMail.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 49615c596..f5ad7c095 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -90,11 +90,6 @@ END # This hash usually comes from the "mailrecipients" var in a template call. sub Send { my ($id, $forced) = (@_); - return ProcessOneBug($id, $forced); -} - -sub ProcessOneBug { - my ($id, $forced) = (@_); my @headerlist; my %defmailhead; -- cgit v1.2.3-24-g4f1b