threadshare: remove unused import

This commit is contained in:
Guillaume Desmottes 2021-12-22 15:43:32 +01:00
parent b7c08933aa
commit bba26a9cf5

View file

@ -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;