servo: Merge #19078 - Fixes #19063 (from outkaj:master); r=KiChjang

This PR renames the unused variables mentioned in issue #19063.

- [X] `./mach build --release` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [x] These changes fix #19063

- [X] This change does not require a test because it is a relatively minimal change (? happy to make a test if it's helpful)

"Allow edits from maintainers" is checked.

Source-Repo: https://github.com/servo/servo
Source-Revision: dbaa5b22e652a87717d77e0960917b20d878bc43

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 7b026936797ab9801ee1c0186724f440d7a4a83f
This commit is contained in:
Jacqueline Outka 2017-10-31 22:48:18 -05:00
parent 673c2f9373
commit 354858519f

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