refactor: remove macos cfg conts functions

Zigbuild updated to rust 1.87
This commit is contained in:
Jack Wills
2025-08-14 23:55:04 +00:00
parent 79d19ceeb8
commit eb686e2c95
2 changed files with 0 additions and 31 deletions
-7
View File
@@ -407,13 +407,6 @@ impl AppData {
/// Container state methods
/// Get the total number of none "hidden" containers
// TODO remove this once zigbuild uses Rust v1.87.0
#[cfg(target_os = "macos")]
pub fn get_container_len(&self) -> usize {
self.containers.items.len()
}
#[cfg(not(target_os = "macos"))]
pub const fn get_container_len(&self) -> usize {
self.containers.items.len()
}