diff options
-rw-r--r-- | Bugzilla/BugMail.pm | 5 |
1 files changed, 0 insertions, 5 deletions
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; |