[Rt-commit] [rtir] 03/03: remove unused variable

Jesse Vincent jesse at bestpractical.com
Mon Feb 9 02:16:23 EST 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit b405c07d1f077962f13ce181f59c4d18d9da97f7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Feb 8 22:51:32 2015 -0800

    remove unused variable
---
 html/Callbacks/RTIR/Elements/ShowHistory/SkipTransaction | 1 -
 1 file changed, 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/ShowHistory/SkipTransaction b/html/Callbacks/RTIR/Elements/ShowHistory/SkipTransaction
index 6d10fbe..e57b098 100644
--- a/html/Callbacks/RTIR/Elements/ShowHistory/SkipTransaction
+++ b/html/Callbacks/RTIR/Elements/ShowHistory/SkipTransaction
@@ -61,7 +61,6 @@ my $obj = $Transaction->Object;
 return unless $obj && $obj->isa( 'RT::Ticket' );
 
 # only check if it's an RTIR queue
-my $Queue = $obj->QueueObj->Name;
 return unless RT::IR->OurQueue( $obj->QueueObj );
 
 my $cf = RT::IR::GetCustomField('IP')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list