mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00

The return value of takeUnretainedValue() is non-optional, so this function was never _actually_ returning an optional value, so the guard clauses sprinkled throughout were unnecessary.