style(macos): remove commented out code

This commit is contained in:
utox39
2025-03-12 01:12:35 +01:00
parent f34ba63c81
commit ecbd26cd98

View File

@@ -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.