[Rt-commit] rt branch, reminders-fixes, updated. rt-3.9.7-1081-gb23fa12
Shawn Moore
sartak at bestpractical.com
Mon Dec 27 21:42:53 EST 2010
The branch, reminders-fixes has been updated
via b23fa125a12bfbf7370ed08b3982d2f228ab33f4 (commit)
from 39da36ab206bbce94b77d87b1bad4f4238f6ebd3 (commit)
Summary of changes:
lib/RT/Reminders.pm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b23fa125a12bfbf7370ed08b3982d2f228ab33f4
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Dec 27 21:42:28 2010 -0500
Remove a worrying unused variable
diff --git a/lib/RT/Reminders.pm b/lib/RT/Reminders.pm
index 49d8183..6a5a996 100644
--- a/lib/RT/Reminders.pm
+++ b/lib/RT/Reminders.pm
@@ -50,8 +50,6 @@ package RT::Reminders;
use base qw/RT::Base/;
-our $REMINDER_QUEUE = 'General';
-
sub new {
my $class = shift;
my $self = {};
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list