diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-08 02:48:28 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-08 03:04:34 -0800 |
commit | 9d23962d8e3260a39a2be014f94a025f4219a8ec (patch) | |
tree | 3e28ec2567689d4243e725701abe85bd9eb8a599 /components/style/gecko/generated/bindings.rs | |
parent | 0d7c2271c284bcc2d4bd005bd0e89f9a87eba636 (diff) | |
download | servo-9d23962d8e3260a39a2be014f94a025f4219a8ec.tar.gz servo-9d23962d8e3260a39a2be014f94a025f4219a8ec.zip |
Remove traversal telemetry
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index 3037563d8bd..39cf9bf9106 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -547,16 +547,6 @@ 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, text_is_significant: bool, |