mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
threadshare: remove unused import
This commit is contained in:
parent
b7c08933aa
commit
bba26a9cf5
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ use gst::{gst_debug, gst_info, gst_log};
|
|||
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
use std::boxed::Box;
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use std::sync::Mutex as StdMutex;
|
||||
use std::time::Duration;
|
||||
|
|
Loading…
Reference in a new issue