mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
remove dead code.
This commit is contained in:
parent
f7b96ed3b4
commit
5ea35d297a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user