Remove unneeded null checks to `struct backtrace_location::filename`
`struct backtrace_location` is created only in `each_backtrace()`, and the `filename` field will never be null (it will be `(unknown)` if null).
Showing
Please register or sign in to comment