diff --git a/src/macos/macos.zig b/src/macos/macos.zig index 4d7a318..8e8416a 100644 --- a/src/macos/macos.zig +++ b/src/macos/macos.zig @@ -43,11 +43,6 @@ pub const SwapInfo = struct { swap_usage_percentage: u64, }; -// pub const SwapInfoResult = union(enum) { -// swap_info: SwapInfo, -// swap_disabled: bool, -// }; - /// Returns the current logged-in uesr's username. /// Uses the environment variable `USER`. /// The caller is responsible for freeing the allocated memory.