diff --git a/docker-compose.yml b/docker-compose.yml index 1303cee..554d6d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.8" - services: haci: build: diff --git a/src/ptp.rs b/src/ptp.rs index bdd1a27..7807ea9 100644 --- a/src/ptp.rs +++ b/src/ptp.rs @@ -87,8 +87,6 @@ mod linux { pub fn is_supported() -> bool { true } - - pub use PtpClock; } #[cfg(not(target_os = "linux"))] @@ -112,8 +110,6 @@ mod non_linux { pub fn is_supported() -> bool { false } - - pub use PtpClock; } #[cfg(target_os = "linux")]