style(macos): remove commented out code
This commit is contained in:
@@ -43,11 +43,6 @@ pub const SwapInfo = struct {
|
|||||||
swap_usage_percentage: u64,
|
swap_usage_percentage: u64,
|
||||||
};
|
};
|
||||||
|
|
||||||
// pub const SwapInfoResult = union(enum) {
|
|
||||||
// swap_info: SwapInfo,
|
|
||||||
// swap_disabled: bool,
|
|
||||||
// };
|
|
||||||
|
|
||||||
/// Returns the current logged-in uesr's username.
|
/// Returns the current logged-in uesr's username.
|
||||||
/// Uses the environment variable `USER`.
|
/// Uses the environment variable `USER`.
|
||||||
/// The caller is responsible for freeing the allocated memory.
|
/// The caller is responsible for freeing the allocated memory.
|
||||||
|
|||||||
Reference in New Issue
Block a user