Remove traversal telemetry

This commit is contained in:
Manish Goregaokar 2018-02-08 02:48:28 -08:00
parent 0d7c2271c2
commit 9d23962d8e
4 changed files with 3 additions and 80 deletions

View file

@ -546,16 +546,6 @@ extern "C" {
extern "C" {
pub fn Servo_SourceSizeList_Drop(ptr: RawServoSourceSizeListOwned);
}
extern "C" {
pub fn Gecko_RecordTraversalStatistics(
total: u32,
parallel: u32,
total_t: u32,
parallel_t: u32,
total_s: u32,
parallel_s: u32,
);
}
extern "C" {
pub fn Gecko_IsSignificantChild(
node: RawGeckoNodeBorrowed,