fix: remove duplicate PtpClock reexport and docker-compose version

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-21 23:22:05 +01:00
parent e5a2c52120
commit 1db7f520e9
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
version: "3.8"
services: services:
haci: haci:
build: build:

View file

@ -87,8 +87,6 @@ mod linux {
pub fn is_supported() -> bool { pub fn is_supported() -> bool {
true true
} }
pub use PtpClock;
} }
#[cfg(not(target_os = "linux"))] #[cfg(not(target_os = "linux"))]
@ -112,8 +110,6 @@ mod non_linux {
pub fn is_supported() -> bool { pub fn is_supported() -> bool {
false false
} }
pub use PtpClock;
} }
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]