diff --git a/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm b/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm index 1e5c7792731b..2240ebcfe374 100755 --- a/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm @@ -95,7 +95,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.18 $ )[1]; +$VERSION = ( qw $Revision: 1.19 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -405,9 +405,6 @@ sub status_table_row { HTMLPopUp::text_browser_color_string($cell_color, $char); } - my $query_links = ''; - $query_links.= "\t\t".$text_browser_color_string."\n"; - if ( scalar(%authors) ) { # find the times which bound the cell so that we can set up a diff --git a/webtools/tinderbox2/src/lib/TinderDB/VC_Perforce.pm b/webtools/tinderbox2/src/lib/TinderDB/VC_Perforce.pm index 2aa393069782..e42daa665b19 100755 --- a/webtools/tinderbox2/src/lib/TinderDB/VC_Perforce.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/VC_Perforce.pm @@ -143,7 +143,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.9 $ )[1]; +$VERSION = ( qw $Revision: 1.10 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -358,9 +358,6 @@ sub status_table_row { HTMLPopUp::text_browser_color_string($cell_color, $char); } - my $query_links = ''; - $query_links.= "\t\t".$text_browser_color_string."\n"; - if ( scalar(%{$affected_files}) || scalar(%{$jobs_fixed}) ) { # find the times which bound the cell so that we can set up a