mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 10:10:31 +00:00
add function event_times_vec
This commit is contained in:
parent
d7dd2e12b6
commit
3ed184462b
@ -41,7 +41,7 @@ use VCDisplay;
|
||||
|
||||
|
||||
|
||||
$VERSION = ( qw $Revision: 1.5 $ )[1];
|
||||
$VERSION = ( qw $Revision: 1.6 $ )[1];
|
||||
|
||||
|
||||
sub new {
|
||||
@ -78,6 +78,11 @@ sub trim_db_history {
|
||||
}
|
||||
|
||||
|
||||
sub event_times_vec {
|
||||
return ;
|
||||
}
|
||||
|
||||
|
||||
sub apply_db_updates {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user