aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 84c86a982ed..46c194ca91a 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -42,7 +42,6 @@ pub mod geometry;
#[allow(unsafe_code)] pub mod opts;
#[cfg(feature = "servo")] pub mod panicking;
pub mod prefs;
-#[cfg(feature = "servo")] pub mod print_tree;
pub mod resource_files;
pub mod str;
pub mod thread;