From ecbd26cd98d76c13967adfa0cec21d55dd7449e8 Mon Sep 17 00:00:00 2001 From: utox39 Date: Wed, 12 Mar 2025 01:12:35 +0100 Subject: [PATCH] style(macos): remove commented out code --- src/macos/macos.zig | 5 ----- 1 file changed, 5 deletions(-) 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.