diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-03-27 14:58:44 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-03-27 14:58:44 +0200 |
commit | 7fdf806874cbf30f235e98cd9cb28a34d0215eb0 (patch) | |
tree | 424ac994bbec3cfff84966552737a2abdbf35826 /components/layout_thread | |
parent | 16727661e5f15134fad0addfd4ab9bc3dfbdbe0a (diff) | |
download | servo-7fdf806874cbf30f235e98cd9cb28a34d0215eb0.tar.gz servo-7fdf806874cbf30f235e98cd9cb28a34d0215eb0.zip |
Fix some build warnings
Diffstat (limited to 'components/layout_thread')
-rw-r--r-- | components/layout_thread/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 77f95323490..7600cdd478d 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -63,7 +63,6 @@ use layout::traversal::{ }; use layout::wrapper::LayoutNodeLayoutData; use layout_traits::LayoutThreadFactory; -use libc::c_void; use malloc_size_of::{MallocSizeOf, MallocSizeOfOps}; use metrics::{PaintTimeMetrics, ProfilerMetadataFactory, ProgressiveWebMetric}; use msg::constellation_msg::{ |