[Rt-commit] rt branch, master, updated. rt-4.0.1-232-ge51d83b

Kevin Falcone falcone at bestpractical.com
Tue Jul 5 17:31:13 EDT 2011


The branch, master has been updated
       via  e51d83bebfbfc02f5c7b84d59a1cba1d4ec27542 (commit)
      from  10fe1b8da2f1a4853fa5e2150952c42aa8d4cabb (commit)

Summary of changes:
 lib/RT/Queue.pm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit e51d83bebfbfc02f5c7b84d59a1cba1d4ec27542
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 5 17:26:17 2011 -0400

    Remove unused variables that were fallbacks in 3.8 and below
    
    When we merged in lifecycles 2ad74ba2bd8c6609ea89d7e9dacc200f8b006469
    we stopped using them even as a fallback

diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 5285faa..8755be9 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -77,9 +77,6 @@ use RT::Groups;
 use RT::ACL;
 use RT::Interface::Email;
 
-our @DEFAULT_ACTIVE_STATUS = qw(new open stalled);
-our @DEFAULT_INACTIVE_STATUS = qw(resolved rejected deleted);  
-
 # $self->loc('new'); # For the string extractor to get a string to localize
 # $self->loc('open'); # For the string extractor to get a string to localize
 # $self->loc('stalled'); # For the string extractor to get a string to localize

-----------------------------------------------------------------------


More information about the Rt-commit mailing list