This commit is contained in:
Jacqueline Outka 2017-10-31 18:53:17 -04:00
parent c882266c89
commit ab81034922
No known key found for this signature in database
GPG key ID: 8E7442C87149C69D

View file

@ -227,7 +227,7 @@ impl ProgressiveWebMetric for InteractiveMetrics {
self.navigation_start = Some(time);
}
fn send_queued_constellation_msg(&self, name: ProgressiveWebMetricType, time: f64) { }
fn send_queued_constellation_msg(&self, _name: ProgressiveWebMetricType, _time: f64) { }
fn get_time_profiler_chan(&self) -> &ProfilerChan {
&self.time_profiler_chan